Logo
⌘K

Cancel Order

Cancel an order specified by its id.
Parameters

id

string

Required

Unique id of the order to cancel.
Returns

Success status of the cancel operation.

DELETE

/orders/cancel

curl -X DELETE 'https://www.artelo.io/api/open/orders/cancel?id=d310e238-1cef-49c8-bb63-2e93a06badb4' \
  -H 'Authorization: Bearer your-token'
Response
{
  "success": true
}