Delete Order by ID
DELETE {{baseUrl}}/v2/orders/:order_id
Attempts to cancel an Open Order. If the order is no longer cancelable, the request will be rejected with status 422; otherwise accepted with return status 204.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Apca-Api-Key-Id | string | ||
Apca-Api-Secret-Key | string |