Skip Navigation

Cancel Itinerary Segments

2.0.3
Air
Reservation
SOAP API
Travel Agency
Airline Carrier

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Cancel Itinerary Segments (OTA_CancelLLSRQ) API is used to cancel itinerary segments contained within a passenger name record (PNR).

Target Audience
Travel Agency
Airline Carrier
API Version
2.0.3
Authentication
Session Token
Service Action Code
OTA_CancelLLSRQ

Important! Retrieve Itinerary (GetReservationRQ) API must be executed prior to calling this API.

Cancelling GDS bookings

GDS bookings made using Enhanced Hotel Book (EnhancedHotelBookRQ) where the GDS segment is booked as legacy can be cancelled (if permitted) using the existing XI cancel commands as well as this API.

Cancelling CSL bookings

Content Services for Lodging segments can be cancelled (if permitted) via Sabre Red 360 as well as the Update Itinerary (UpdateReservationRQ) API.

Cancelling Content Services for Lodging segments via XI commands or using OTA_CanceLLSRQ is not supported. If attempted, the Sabre system will respond with:

CANNOT CANCEL SEGMENT SUMMARY-NOT AUTHORIZED

This indicates that the cancellation was not processed.

Sample Request
<?xml version="1.0" encoding="UTF-8"?>
<OTA_CancelRQ Version="2.0.3">
    <Segment Type="entire"/>
</OTA_CancelRQ>
Sample Response
<?xml version="1.0" encoding="UTF-8"?>
<OTA_CancelRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" Version="2.0.3" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stl="http://services.sabre.com/STL/v01">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2021-02-17T10:00:00-06:00"/>
    </stl:ApplicationResults>
    <Text>CNLD FROM  1</Text>
    <Text>REDISPLAY ITINERARY</Text>
</OTA_CancelRS>