cURL
curl --request DELETE \ --url https://api.loopreturns.com/api/v1/orders/{id} \ --header 'X-Authorization: <api-key>'
{ "id": 2, "success": true }
Delete a specific order.
API Scope: "Order (write)"
Identifier of the order.
OK
x >= 1
77892011