Skip to main content

deleteEventCourseRegistration

Delete a course registration 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 registration matching the input's courseRegistrationId field cannot be found within the event.
deleteEventCourseRegistration(
input: DeleteEventCourseRegistrationInput!
): DeleteCourseRegistrationPayload!

Arguments

deleteEventCourseRegistration.input ● DeleteEventCourseRegistrationInput! non-null input

Type

DeleteCourseRegistrationPayload object

Payload when deleting a course registration.