delete https://app.ecwid.com/api/v3//batch?ticket=
Delete batch with 'QUEUED' status
Headers
Name | Type | Description |
---|---|---|
Authorization | string | oAuth token with mandatory Bearer before it. Example: Bearer e***s0 , where e***s0 should be replaced with your oAuth token. |
Query parameters
Name | Type | Description |
---|---|---|
ticket | string | Ticket ID you received from Ecwid when creating a batch request |
Response
A JSON object of type 'DeleteStatus' with the following fields:
Items
Field | Type | Description |
---|---|---|
deleteCount | number | The number of deleted orders (1 or 0 depending on whether the request was successful) |
Errors
Error response example
HTTP/1.1 500 Server Error
Content-Type application/json; charset=utf-8
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 |
404 | Ticket not found |
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 |