Error
A valid request URL is required to generate request examples{
"status": 200
}{
"success": false,
"error": "Invalid Token"
}Flights
Cancel a bid
Removes a bid the pilot no longer wants to fly. This is not the same as cancelling an in-progress flight — unbook only affects scheduled bids that haven’t been started.
POST
/
flights
/
unbook
Error
A valid request URL is required to generate request examples{
"status": 200
}{
"success": false,
"error": "Invalid Token"
}Authorizations
The pilot's API key, obtained via POST /pilot/login or your OAuth flow. Send as Authorization: Bearer <api_key> on every authenticated request.
Body
application/json
Response
Bid removed.
Available options:
200 Was this page helpful?