Cancel Order

POST /orders/{order_uuid}/cancel

Cancel an existing order

Responses

  • 200
    Hide response attribute Show response attribute object
POST /orders/{order_uuid}/cancel
curl \
 -X POST https://{workspace}.fleetrunnr.com/api/v1/orders/{order_uuid}/cancel \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "message": "success"
}