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