deleteEventCourseRegistration
Delete a course registration in an event.
Throws an error with code:
NOT_FOUNDif an event matching the input'seventIdfield cannot be found.NOT_FOUNDif a course registration matching the input'scourseRegistrationIdfield 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.