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