Cancel multiple orders by ID - DELETE /orders
trading
Cancel multiple orders by ID - DELETE /orders
SDK sends JSON array of order ID strings: [“id1”, “id2”, …]
DELETE
Cancel multiple orders by ID - DELETE /orders
Authorizations
Body
application/json
Array of order ID strings to cancel
Response
Cancel result with canceled/not_canceled arrays

