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.
Example response
{
"data": [
"12390213"
]
}