Cancel Order
DELETE
https://api.sfox.com/v1/orders/:order_id
Cancels a specified order. If the order has already been canceled or completed, the API will return an error.
Path Parameters
Parameter
Type
Description
order_id
required
string
The order ID generated by sFOX upon order creation.
Responses
Example Requests
Last updated