delete https://app.ecwid.com/api/v3//products//gallery
Remove all gallery images attached to the product
Access scopes
Requires the following access scope: update_catalog
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
deleteCount | number | The number of deleted gallery images |
Errors
In case of error, Ecwid responds with an error HTTP status code and JSON-formatted body containing error description
HTTP codes
HTTP Status | Description |
---|---|
400 | Request parameters are malformed |
403 | Access token doesn't have update_catalog scope |
404 | Product is not found |
500 | Deleting of the files failed or there was an internal server error |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |