Cancel order
Queues a cancellation for a specific order identified by its order ID (assigned by Paradex).
Returns a 204 No Content status code with no response body which means the order has been queued for cancellation.
Confirmation of cancellation will be sent via websocket or can be retried from GET /orders/:id endpoint.
Orders that are already in a CLOSED state cannot be canceled.
Authentication
Authorizationstring
API Key authentication via header
Path parameters
order_id
Order Id
Response
No Content