Skip to main content

deleteEventCourse

Delete a course 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 matching the input's courseId field 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.