deleteMembershipContactStoreCourseRegistration
Delete a course registration in a membership contact store.
Throws an error with code:
NOT_FOUND
if a membership contact store matching the input'smembershipContactStoreId
field cannot be found.NOT_FOUND
if a course registration matching the input'scourseRegistrationId
field cannot be found within the membership contact store.
deleteMembershipContactStoreCourseRegistration(
input: DeleteMembershipContactStoreCourseRegistrationInput!
): DeleteCourseRegistrationPayload!
Arguments
deleteMembershipContactStoreCourseRegistration.input
● DeleteMembershipContactStoreCourseRegistrationInput!
non-null input
Type
DeleteCourseRegistrationPayload
object
Payload when deleting a course registration.