Delete a customer group
How to delete an existing customer group via API
To delete 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.
Request
DELETE https://yourdomain.commercelayer.io/api/customer_groups/:id
Example
The following request tries to delete the customer group identified by the ID "xYZkjABcde":
Last updated