v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-03327794.1 KB
Orders

Delete all orders

Attempts to cancel all open orders for a given account. Cancelling an order cannot be guaranteed as there might be in-flight executions.

delete/accounts/{account_id}/orders

Path parameters

account_idstring required

Account ID for the account.

Example:100000

Query parameters

symbolstring
Example:AAPL
symbol_format'cms' | 'osi'

Denotes the format of the provided symbol field.

Response

Successfully attempted to cancel all open orders.

dataOrderId[] required

Array of order IDs that were attempted to be cancelled.

Example response

{
  "data": [
    "12390213"
  ]
}