Delete all products

Delete ALL products from an Ecwid store.

📘

Access scopes required: update_catalog_batch_delete

Headers

NameTypeDescription
AuthorizationstringoAuth token with mandatory Bearer before it. Example: Bearer e***s0, where e***s0 should be replaced with your oAuth token.

Response

Ecwid responds with 202 Accepted HTTP status code with no response 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 StatusResponse JSONDescription
400Request parameters are malformed
403Access token doesn't have update_catalog_batch_delete scope
500The delete request failed because of an error on the server

Error response body (optional)

FieldTypeDescription
errorMessagestringError message
Language
Authorization
Query