Customers
RemoveGroupFromCustomer
Removes a group membership from a customer.
The customer is identified by the customer_id value and the customer group is identified by the group_id value.
delete/v2/customers/{customer_id}/groups/{group_id}
Path parameters
customer_idstring required
The ID of the customer to remove from the group.
group_idstring required
The ID of the customer group to remove the customer from.
Response
Success
Example response
{}