Cancel Order
DELETE/v1/orders
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Cancels an order, requires bearer token in authorization header.
Requires strict field ordering in the JSON request payload.
Please use either the handle or orderId field in the query parameters.
Ratelimited: True
Request
Responses
- 204
- 401
- 403
- 404
- 429
- 500
Status OK. This means an cancel order command was successfully acknowledged. It does not necessarily mean the order was cancelled. To check the current status of the order, query Get Order by ID using the orderId. Also consult the section How To Ensure The Order Of Create Order or Cancel Order Requests.
Not Authenticated
Access Forbidden
Resource Not Found
Too Many Requests
Internal Server Error