deleteEventCourse
Delete a course in an event.
Throws an error with code:
NOT_FOUNDif an event matching the input'seventIdfield cannot be found.NOT_FOUNDif a course matching the input'scourseIdfield cannot be found within the event.
deleteEventCourse(
input: DeleteEventCourseInput!
): DeleteCoursePayload!
Arguments
deleteEventCourse.input ● DeleteEventCourseInput! non-null input
Type
DeleteCoursePayload object
Payload when deleting a course.