delete https://app.ecwid.com/api/v3//batch?ticket=
Delete batch with 'QUEUED' status
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
deleteCount | number | The number of deleted batches (1 or 0 depending on whether the request was successful; if the request is no longer queued (i.e. completed) the response is 0 ) |
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 | Description |
---|---|
400 | Request parameters are malformed |
415 | Unsupported content-type: expected application/json or text/json |
500 | Cannot retrieve the order info because of an error on the server |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |