Skip to main content

DeleteMembershipContactStoreMarketingSubTagInput

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

input DeleteMembershipContactStoreMarketingSubTagInput {
membershipContactStoreId: ID!
subTagId: ID!
}

Fields

DeleteMembershipContactStoreMarketingSubTagInput.membershipContactStoreId ● ID! non-null scalar

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

DeleteMembershipContactStoreMarketingSubTagInput.subTagId ● ID! non-null scalar

The identifier of the marketing sub tag.

Member Of

deleteMembershipContactStoreMarketingSubTag mutation