Skip to main content

deleteEventCourseSubClassification

Delete a course sub classification in an event.

Throws an error with code:

  • NOT_FOUND if an event matching the input's eventId field cannot be found.
  • NOT_FOUND if a course sub classification matching the input's courseSubClassificationId 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.