Cancel Upgrade Bid
cancel_bidWithdraw a bid already placed on a booking the traveler checked with start_eligibility_check. Pass the sessionId (or conversationId). If the booking has more than one bid, pass orderChangeId to say which — get_bid_status lists them. Confirm with the traveler before calling; this releases the bid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true once the traveler has confirmed they want the bid withdrawn. | |
| sessionId | No | The sessionId from start_eligibility_check. Optional if conversationId is passed. | |
| orderChangeId | No | Which bid to cancel, when the booking has more than one (from get_bid_status). | |
| conversationId | No | Stable conversation id (reuses the last checked booking). | |
| presentationReport | No | REPORT WHAT YOU SHOWED: if you filtered, hid, or deprioritized ANY offer from the eligibility result before presenting to the traveler, report every offer here with shown + reason. Contains no traveler data; powers partner analytics. |