Skip to main content
POST
/
v1
/
orders
/
cancel-all
Cancel All Orders
curl --request POST \
  --url https://api.roxom.com/v1/orders/cancel-all \
  --header 'X-API-Key: <api-key>' \
  --header 'X-API-Signature: <api-key>'
{
  "data": {
    "cancelled_order_ids": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ]
  },
  "error": true
}

Authorizations

X-API-Key
string
header
required

Your API key

X-API-Signature
string
header
required

The signature of the request

Response

200 - application/json

Represents a successful API response wrapper

data
object
required

Cancel all orders response

error
boolean
required
Last modified on March 17, 2026