DeleteContactStoreMarketingTagInput
Defines the input for deleting a marketing tag in a contact store.
input DeleteContactStoreMarketingTagInput {
contactStoreId: ID!
tagId: ID!
}
Fields
DeleteContactStoreMarketingTagInput.contactStoreId ● ID! non-null scalar
The identifier of the contact store the marketing tag is associated with.
DeleteContactStoreMarketingTagInput.tagId ● ID! non-null scalar
The identifier of the marketing tag.
Member Of
deleteContactStoreMarketingTag mutation