delete https://app.ecwid.com/api/v3//products
Delete ALL products from an Ecwid store.
Access scopes
Requires the following access scope: update_catalog_batch_delete
Response
202 Accepted
HTTP status code with no body.
Errors
In case of error, Ecwid responds with an error HTTP status code and, optionally, JSON-formatted body containing error description.
HTTP codes
HTTP Status | Response JSON | Description |
---|---|---|
400 | Request parameters are malformed | |
403 | Access token doesn't have update_catalog_batch_delete scope | |
500 | The delete request failed because of an error on the server |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |