delete https://app.ecwid.com/api/v3//customer_groups/
Delete a customer group in an Ecwid store referring to its ID and move its customers to General customer group.
Access scopes
Requires the following access scope: update_customers
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
deleteCount | number | The number of deleted customers (1 or 0 depending on whether the request was successful) |
Errors
In case of error, Ecwid responds with an error HTTP status code and JSON-formatted body containing error description.
HTTP codes
HTTP Status | Response JSON | Description |
---|---|---|
400 | Request parameters are malformed | |
402 | Store doesn't have access to customer groups feature, it's available on Business plan and higher | |
404 | The customer group with given ID is not found | |
500 | The update request failed because of an error on the server |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |