DeleteContactStoreMarketingGroupInput
Defines the input for deleting a contact store marketing group.
input DeleteContactStoreMarketingGroupInput {
contactStoreId: ID!
groupId: ID!
}
Fields
DeleteContactStoreMarketingGroupInput.contactStoreId ● ID! non-null scalar
The identifier of the contact store the marketing group is associated with.
DeleteContactStoreMarketingGroupInput.groupId ● ID! non-null scalar
The identifier of the marketing group.
Member Of
deleteContactStoreMarketingGroup mutation