delete https://app.ecwid.com/api/v3//products//files/
Delete product's file (e-goods) by the file ID
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 files (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 | Description |
---|---|
403 | Access token doesn't have update_catalog scope |
404 | Product is not found |
500 | Deleting of the file failed or there was an internal server error |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |