Skip to main content

DeleteCeContactStoreMarketingRecordInput

Defines the input for deleting a marketing record in a continuing education contact store.

input DeleteCeContactStoreMarketingRecordInput {
ceContactStoreId: ID!
contactId: ID!
recordId: ID!
}

Fields

DeleteCeContactStoreMarketingRecordInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store associated with the marketing record.

DeleteCeContactStoreMarketingRecordInput.contactId ● ID! non-null scalar

The identifier of the contact associated with the marketing record.

DeleteCeContactStoreMarketingRecordInput.recordId ● ID! non-null scalar

The identifier of the marketing record to delete.

Member Of

deleteCeContactStoreMarketingRecord mutation