DeleteMembershipContactStoreMarketingTagInput
Defines the input for deleting a marketing tag in a membership contact store.
input DeleteMembershipContactStoreMarketingTagInput {
membershipContactStoreId: ID!
tagId: ID!
}
Fields
DeleteMembershipContactStoreMarketingTagInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the marketing tag is associated with.
DeleteMembershipContactStoreMarketingTagInput.tagId ● ID! non-null scalar
The identifier of the marketing tag.