Cancel an Open Order

DELETE {{baseUrl}}/v1/trading/accounts/:account_id/orders/:order_id

Attempts to cancel an open order. If the order is no longer cancelable (for example if the status is filled), the server will respond with status 422, and reject the request.

Upon acceptance of the cancel request, it returns status 204.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring