Delete a customer group
How to delete an existing customer group via API
Last updated
How to delete an existing customer group via API
Last updated
To a customer group, send a DELETE
request to the /api/customer_groups/:id
endpoint, where id
is the id of the customer group that you want to delete.
DELETE https://yourdomain.commercelayer.io/api/customer_groups/:id
The following request tries to delete the customer group identified by the ID "xYZkjABcde":