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"
}