Skip to main content

deleteEventCourseClassificationType

Delete a course classification type 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 classification type matching the input's courseClassificationTypeId field cannot be found within the event.
deleteEventCourseClassificationType(
input: DeleteEventCourseClassificationTypeInput!
): DeleteCourseClassificationTypePayload!

Arguments

deleteEventCourseClassificationType.input ● DeleteEventCourseClassificationTypeInput! non-null input

Type

DeleteCourseClassificationTypePayload object

Payload when deleting a course classification type.