Customers
List customers
Create customer
Search customers
Delete customer
Retrieve customer
Update customer
Remove group from customer
Add group to customer
Webhooks
customer.created
customer.deleted
customer.updated
<- Customers API
Customers API
Version
2023-05-17
DELETE
/v2/customers/{customer_id}/groups/{group_id}
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.
customer_id
group_id
Guide
Manage customer group membership
Example code
string
Required
The ID of the customer to remove from the group.
The ID of the customer group to remove the customer from.
errors
Error [ ]
Any errors that occurred during the request.