DeleteContactStoreMarketingRecordInput
Defines the input for deleting a marketing record in a contact store.
input DeleteContactStoreMarketingRecordInput {
contactId: ID!
contactStoreId: ID!
recordId: ID!
}
Fields
DeleteContactStoreMarketingRecordInput.contactId ● ID! non-null scalar
The identifier of the contact associated with the marketing record.
DeleteContactStoreMarketingRecordInput.contactStoreId ● ID! non-null scalar
The identifier of the contact store associated with the marketing record.
DeleteContactStoreMarketingRecordInput.recordId ● ID! non-null scalar
The identifier of the marketing record to delete.
Member Of
deleteContactStoreMarketingRecord mutation