Discard Workbench API Reference
|
Del |
book/session/reservationworkbench/{workbenchID} For {workbenchID} send the workbench identifier returned in ReservationResponse/Identifer/value in the workbench create response. Base path: Pre-production https://api.pp.travelport.net/11/air/ Production https://api.travelport.net/11/air/ Travelport has updated all JSON API authentication and authorization endpoints. The previous pre-production endpoints were deprecated 5 Dec 2025. The previous production endpoints are scheduled for deprecation 30 Jan 2026. API transactions in those environments will fail if using these endpoints after these dates. See Endpoint Migration for details.
|
Related Content:Booking Guide, Ticketing Guide
At any point in a booking or ticketing workflow, if necessary, you can discard the workbench and any information in it. You do not need to discard any workbench you have committed, only a workbench you do not want to commit. Worbenches/sessions stay open for 30 minutes before expiring.
Request
As part of the request requirements, also see Authentication and Common Air Headers.
Query Parameters
None.
Request Body
|
Object |
Description |
Required/Optional |
|---|---|---|
|
Reservation |
Empty container to ignore the workbench. |
Required |
Response
HTTP 204 No Content message.
Example Request
Send a blank ReservationID object in the payload request per the example request below.
{
"ReservationID": {
}
}
Example Response
HTTP 204 No Content message.