Skip to main content
POST
/
v1
/
orders
/
{orderId}
/
cancel
Cancel Order
curl --request POST \
  --url https://api.roxom.com/v1/orders/{orderId}/cancel \
  --header 'X-API-Key: <api-key>' \
  --header 'X-API-Signature: <api-key>'
{
  "data": {
    "success": true
  },
  "error": true
}

Authorizations

X-API-Key
string
header
required

Your API key

X-API-Signature
string
header
required

The signature of the request

Path Parameters

orderId
string
required

Response

200 - application/json

Represents a successful API response wrapper

data
object
required
error
boolean
required
Last modified on March 17, 2026