Skip to main content

DeleteMembershipContactStoreMarketingGroupInput

Defines the input for deleting a membership contact store marketing group.

input DeleteMembershipContactStoreMarketingGroupInput {
groupId: ID!
membershipContactStoreId: ID!
}

Fields

DeleteMembershipContactStoreMarketingGroupInput.groupId ● ID! non-null scalar

The identifier of the marketing group.

DeleteMembershipContactStoreMarketingGroupInput.membershipContactStoreId ● ID! non-null scalar

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

Member Of

deleteMembershipContactStoreMarketingGroup mutation