Skip to main content

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's membershipContactStoreId field cannot be found.
  • NOT_FOUND if a course registration matching the input's courseRegistrationId 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.