<?xml version="1.0" encoding="UTF-8"?>
<!--
  Cancel. CancelType "Quote", "Initiate" or "Hold" answers
  CancelStatus="Pending" and leaves the reservation in place; "Ignore" answers
  "Ignored"; anything else cancels. Cancelling twice succeeds.
-->
<OTA_VehCancelRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="1.0"
                 EchoToken="cancel-1" CancelType="Commit">
  <POS>
    <Source>
      <RequestorID Type="22" ID="your-agency" MessagePassword="kpk_live_REPLACE_ME"/>
    </Source>
  </POS>
  <VehCancelRQCore>
    <UniqueID Type="16" ID="MY-REF-1"/>
  </VehCancelRQCore>
</OTA_VehCancelRQ>
