Skip Navigation

Delete Trip Proposal

1.1.0
Air
Reservation
SOAP API
Travel Agency

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 Trip Proposal (TP_DeleteRQ) service is used to remove a specific Trip Proposal from storage when no longer needed by travel agent or passenger.

Target Audience
Travel Agency
API Version
1.1.0
Authentication
Session Token
Service Action Code
TP_DeleteRQ
Sample Request
<?xml version="1.0" encoding="UTF-8"?>
<TP_DeleteRQ xmlns="http://services.sabre.com/tripproposal/v1_1" proposalID="J5QAH4CK8E" version="1.1.0"/>
Sample Response
<?xml version="1.0" encoding="UTF-8"?>
<TP_DeleteRS xmlns="http://services.sabre.com/tripproposal/v1_1">
    <stl:ApplicationResults xmlns:stl="http://services.sabre.com/STL_Payload/v02_02" status="Complete">
        <stl:Success timeStamp="2017-09-05T01:52:12.233-05:00"/>
    </stl:ApplicationResults>
</TP_DeleteRS>