Cancel Multiple Orders
DELETE
https://api.sfox.com/v1/orders?ids=<order_id1>,<order_id2>,<...>
Cancel a list of order IDs. sFOX will attempt to cancel each order included in the list and respond with the orders that were able to be canceled.
Query Parameters
Parameter
Type
Description
ids
required
string
List of order IDs separated by a comma (,)
e.g. /orders?ids=123,456,789
Responses
Example Requests
Last updated