Cancels an individual order by order ID. The orderID path parameter can be: - An internal order ID (e.g. 197ec08e001658690721be129e7fa595) - A client order ID prefixed with client: (e.g. client:abc123)
Returns 400 with error codes order_already_cancelled, order_not_in_cancellable_state, or order_already_filled if the order cannot be cancelled.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Internal order ID, or client:{clientOrderID} for client order ID lookup
"197ec08e001658690721be129e7fa595"
Cancelled order
Whether the request was successful
true
Error message, present only on failure
""
Semantic error code. See each endpoint's error responses for the specific codes it can return.
Deprecation notice, if applicable
""