TFDi Design Icon
TFDi Design
VA APIFlightsCancel

Cancel Flight

Cancel an ongoing flight

POST
/flights/cancel
AuthorizationBearer <token>

In: header

uuidstring
Formatuuid
bidIDinteger | string

Response Body

curl -X POST "https://loading/flights/cancel" \  -H "Content-Type: application/json" \  -d '{    "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",    "bidID": 0  }'
Empty
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}