post https://api-enterprise.sbt.dinari.com/api/v2/accounts//orders/cancel
Cancel multiple Orders
by their IDs in a single request. Note that this requires the Order
IDs, not the OrderRequest
IDs.
Once you submit a cancellation request, it cannot be undone. Be advised that orders with a
status of PENDING_FILL, PENDING_ESCROW, FILLED, REJECTED, or CANCELLED cannot be cancelled.
Order
cancellation is not guaranteed nor is it immediate. The Orders
may still be executed
if the cancellation request is not received in time.
The response will indicate which orders were successfully queued to cancel and which failed to queue.
Check the status using the "Get Order by ID" endpoint to confirm whether individual Orders
have been cancelled.