Cancel an order
DELETE
/
trade/v1/orders/{order_id}Authorization
AuthorizationRequiredBearer <token>
Personal access token issued from the web app's Settings → API tokens page. Send as Authorization: Bearer agt_….
In: header
Scope: orders:cancel
Path Parameters
order_idRequiredstring
Internal order UUID returned by POST /trade/v1/orders.
Format:
"uuid"Cancellation accepted; engine ack lands asynchronously.