post https://api-enterprise.sbt.dinari.com/api/v2/accounts//orders//cancel
Cancel an Order
by its ID. Note that this requires the Order
ID, not the OrderRequest
ID.
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 Order
may still be executed
if the cancellation request is not received in time.
Check the status using the "Get Order by ID" endpoint to confirm whether the Order
has been cancelled.