Skip to main content

DeleteMembershipContactStoreCourseRegistrationInput

Defines the input for deleting a course registration in a membership contact store.

input DeleteMembershipContactStoreCourseRegistrationInput {
contactId: ID!
courseRegistrationId: ID!
membershipContactStoreId: ID!
}

Fields

DeleteMembershipContactStoreCourseRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact the course registration is associated with.

DeleteMembershipContactStoreCourseRegistrationInput.courseRegistrationId ● ID! non-null scalar

The identifier of the course registration.

DeleteMembershipContactStoreCourseRegistrationInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the course registration is associated with.

Member Of

deleteMembershipContactStoreCourseRegistration mutation