deleteEventCourse
Delete a course 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 matching the input'scourseId
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.