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
}Orders
Cancel Order
Cancel a specific open order by its unique order ID.
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
Your API key
The signature of the request
Path Parameters
Last modified on June 10, 2026
Was this page helpful?
โI