DELETE
/
orders
/
cancel_all
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    true
  ],
  "success": true
}

Response

200
application/json
OK
error
string
pagination
object
result
boolean[]
success
boolean