Cancel a pending limit order (CeFi)
DELETE/orders/:id
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated: use POST /orders/{id}/cancel, the venue-polymorphic entry.
Accepts a CeFi limit-order cancel and returns 202 Accepted. Poll
GET /orders/{id}/status for the terminal state (canceled, or complete
if it filled before the cancel landed).
Request
Responses
- 202
- 400
- 401
- 404
- 500
Cancellation request accepted
Bad request
Unauthorized
Not found
Internal server error