DeleteCeContactStoreCourseRegistrationInput
Defines the input for deleting a course registration in a continuing education contact store.
input DeleteCeContactStoreCourseRegistrationInput {
ceContactStoreId: ID!
contactId: ID!
courseRegistrationId: ID!
}
Fields
DeleteCeContactStoreCourseRegistrationInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store the course registration is associated with.
DeleteCeContactStoreCourseRegistrationInput.contactId ● ID! non-null scalar
The identifier of the contact the course registration is associated with.
DeleteCeContactStoreCourseRegistrationInput.courseRegistrationId ● ID! non-null scalar
The identifier of the course registration.