Batch Cancel Orders
Orders
Batch Cancel Orders
Cancels multiple orders in a single call. Returns results for each order. Provide a comma-separated list of order IDs via the orderIDs query parameter. Each entry can be an internal order ID or client:{clientOrderID}.
DELETE
Batch Cancel Orders
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated list of order IDs to cancel
Example:
"abc123,def456"
Response
Batch cancel result
Whether the request was successful
Example:
true
Error message, present only on failure
Example:
""
Semantic error code. See each endpoint's error responses for the specific codes it can return.
Deprecation notice, if applicable
Example:
""