TFDi Design Icon
TFDi Design
VA APIFlightsUnbook

Unbook Flight

Unbook a booked flight

POST
/flights/unbook
AuthorizationBearer <token>

In: header

bidIDinteger|string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://loading/flights/unbook" \  -H "Content-Type: application/json" \  -d '{    "bidID": 0  }'
Empty
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}