Skip to main content

DeleteCeContactStoreFunctionRegistrationInput

Defines the input for deleting a function registration in a continuing education contact store.

input DeleteCeContactStoreFunctionRegistrationInput {
ceContactStoreId: ID!
contactId: ID!
functionRegistrationId: ID!
}

Fields

DeleteCeContactStoreFunctionRegistrationInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the function registration is associated with.

DeleteCeContactStoreFunctionRegistrationInput.contactId ● ID! non-null scalar

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

DeleteCeContactStoreFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

Member Of

deleteCeContactStoreFunctionRegistration mutation