Orders
Delete order
Attempts to cancel an existing order. Cancelling an order cannot be guaranteed as there might be in-flight executions.
delete/accounts/{account_id}/orders/{order_id}
Path parameters
account_idstring required
Account ID for the account.
Example:100000
order_idstring required
Unique order ID assigned by us.
Example:12390213
Response
Order cancel successfully attempted.