deleteEventCourseSubClassification
Delete a course sub classification in an event.
Throws an error with code:
NOT_FOUNDif an event matching the input'seventIdfield cannot be found.NOT_FOUNDif a course sub classification matching the input'scourseSubClassificationIdfield 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.