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