deleteEventCourseRegistration
Delete a course registration 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 registration matching the input'scourseRegistrationId
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.