deleteMembershipContactStoreCourseRegistration
Delete a course registration in a membership contact store.
Throws an error with code:
NOT_FOUNDif a membership contact store matching the input'smembershipContactStoreIdfield cannot be found.NOT_FOUNDif a course registration matching the input'scourseRegistrationIdfield 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.