removeCustomerFromGroup - Customer Module Reference
This documentation provides a reference to the removeCustomerFromGroup
method. This belongs to the Customer Module.
removeCustomerFromGroup(groupCustomerPair, sharedContext?): Promise<void>
This method removes a customer from a group.
Example
Parameters
The details of the customer and the group it should be removed from.
Returns
Promise
Promise<void>RequiredResolves when the customer is removed from the group successfully.
removeCustomerFromGroup(groupCustomerPairs, sharedContext?): Promise<void>
This method removes customers from groups.
Example
Parameters
A list of items, each being the details of a customer and the group it should be removed from.
Returns
Promise
Promise<void>RequiredResolves when the customers are removed from the groups successfully.
Was this section helpful?