deleteEventCourseSubClassification
Delete a course sub classification in an event.
Throws an error with code:
NOT_FOUND
if an event matching the input'seventId
field cannot be found.NOT_FOUND
if a course sub classification matching the input'scourseSubClassificationId
field cannot be found within the event.
deleteEventCourseSubClassification(
input: DeleteEventCourseSubClassificationInput!
): DeleteCourseSubClassificationPayload!
Arguments
deleteEventCourseSubClassification.input
● DeleteEventCourseSubClassificationInput!
non-null input
Type
DeleteCourseSubClassificationPayload
object
Payload when deleting a course sub classification.