curl -X DELETE https://api.galadriel.com/v1/orders/ord_abc123 \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "order_id": "ord_abc123", "status": "cancelled", "cancelled_gpus": 16, "cancelled_at": "2025-11-11T14:30:00Z" }
Cancel a pending or partially filled order
cancelled