deleteEventCourseClassificationType
Delete a course classification type 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 classification type matching the input'scourseClassificationTypeId
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.