DeleteMembershipContactStoreMarketingRecordInput
Defines the input for deleting a marketing record in a membership contact store.
input DeleteMembershipContactStoreMarketingRecordInput {
contactId: ID!
membershipContactStoreId: ID!
recordId: ID!
}
Fields
DeleteMembershipContactStoreMarketingRecordInput.contactId ● ID! non-null scalar
The identifier of the contact associated with the marketing record.
DeleteMembershipContactStoreMarketingRecordInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store associated with the marketing record.
DeleteMembershipContactStoreMarketingRecordInput.recordId ● ID! non-null scalar
The identifier of the marketing record to delete.