Skip to main content

DeleteContactStoreMarketingSubTagInput

Defines the input for deleting a contact store marketing sub tag.

input DeleteContactStoreMarketingSubTagInput {
contactStoreId: ID!
subTagId: ID!
}

Fields

DeleteContactStoreMarketingSubTagInput.contactStoreId ● ID! non-null scalar

The identifier of the contact store the marketing sub tag is associated with.

DeleteContactStoreMarketingSubTagInput.subTagId ● ID! non-null scalar

The identifier of the marketing sub tag.

Member Of

deleteContactStoreMarketingSubTag mutation