Skip Navigation

Delete Special Service

2.2.1
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 Delete Special Service (DeleteSpecialServiceLLSRQ) service is used to remove oneĀ or more Other Supplementary Information (OSI) or Special Service Request (SSR) messagesĀ from a Passenger Name Record (PNR).

Target Audience
Travel Agency
Airline Carrier
API Version
2.2.1
Authentication
Session Token
Service Action Code
DeleteSpecialServiceLLSRQ
Important! To support Sabre technology modernization efforts, we are changing the Sabre agency reservation logic and workflows for American Airlines (AA), which will result in AA and Sabre agencies no longer sharing a single reservation (PNR). Click here to view the documentation on potential impacts to existing workflows.

For additional information please refer to the Format Finder Help System reference: pnrfo1001.

Please note that TravelItineraryReadRQ must be executed prior to calling DeleteSpecialServiceLLSRQ.

Sample Request
<DeleteSpecialServiceRQ Version="2.2.1" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Service RPH="1"/>
</DeleteSpecialServiceRQ>
Sample Response
<DeleteSpecialServiceRS Version="2.2.1" xmlns="http://webservices.sabre.com/sabreXML/2011/10" 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="2017-03-13T10:30:00-06:00"/>
    </stl:ApplicationResults>
</DeleteSpecialServiceRS>