Skip Navigation

Delete Price Quote

2.1.0
Air
Pricing
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 Price Quote (DeletePriceQuoteLLSRQ) API is used to delete price quote records.

Target Audience
Travel Agency
Airline Carrier
API Version
2.1.0
Authentication
Session Token
Service Action Code
DeletePriceQuoteLLSRQ

Please note that a PNR must be present in the current work area/session prior to calling this API. Using this API, you can:

  • Delete all price quote records.
  • Delete a specific price quote record.
  • Delete a range of price quote records.
  • Delete multiple, non-consecutive price quote records.

For additional information please refer to the Format Finder Help System reference: qrxfo003. Please note that GetReservationRQ must be executed prior to calling DeletePriceQuoteLLSRQ.

Sample Request
<DeletePriceQuoteRQ 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" Version="2.1.0">
    <AirItineraryPricingInfo>
        <Record All="true"/>
    </AirItineraryPricingInfo>
</DeletePriceQuoteRQ>
Sample Response
<DeletePriceQuoteRS 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" Version="2.1.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2016-05-23T10:49:02-05:00"/>
    </stl:ApplicationResults>
</DeletePriceQuoteRS>