Skip to main content
DELETE
/
api
/
v1
/
orders
/
{id}
Delete Order
curl --request DELETE \
  --url https://{subdomain}.unicyfalcon.com/api/v1/orders/{id}
Deletes the order by UUID. Returns 200 OK or 204 No Content. 404 if not found.