PNR Cancel
A PNR can be cancelled prior to ticketing. For a GDS itinerary, send a POST request with the record locator.
The segment or segments are then cancelled; however, the PNR can still be retrieved. The PNR retrieve response in this case returns the traveler or travelers but no offer details.
Cancelling a PNR for NDC is not supported in AirReservation v6.
In this topic:
PNR Cancel - GDS
To cancel a PNR, send a POST request that includes the PNR to cancel. There is no message payload.

In the following example, the ConfirmationLocator object returns the PNR and the StatusDetail object returns the cancellation indicator.
{
"ReceiptListResponse": {
"ReceiptID": [
{
"@type": "ReceiptCancellation",
"id": "receipt_1",
"Identifier": {
"authority": "Travelport",
"value": "3b553575-5a30-4576-a2a5-1539ac3b2396"
},
"ConfirmationLocator": {
"type": "Locator",
"source": "1P",
"sourceContext": "Travelport",
"value": "L8ZT61"
},
"StatusDetail": {
"providerCode": "1P",
"value": "Cancelled"
}
}
]
}
}