Deletion of one or more bookings from one or more queues.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:avia="http://ws-ibe.com/Avia" xmlns:stl="http://ws-ibe.com/STL" xmlns:avia1="http://websky.travel/Avia" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://websky-ibe.com/STL" xmlns:ns2="http://websky.travel/Avia" xmlns:ns3="http://websky-ibe.com/Avia">
<soapenv:Header/>
<soapenv:Body>
<avia:DeleteFromQueue_2_0>
<avia:Request>
<stl:Requisites>
<stl:AuthToken>token</stl:AuthToken>
</stl:Requisites>
<stl:UserID>11111</stl:UserID>
<stl:RequestType>P</stl:RequestType>
<stl:RequestBody>
<avia1:BookQueueList>
<avia1:BookQueueInfo>
<avia1:QueuesByName>
<avia:Queue>GeneralQueue</avia:Queue>
</avia1:QueuesByName>
<avia1:QueuesByNumber>
<avia:Queue>1</avia:Queue>
</avia1:QueuesByNumber>
<avia1:BookID>222222</avia1:BookID>
</avia1:BookQueueInfo>
</avia1:BookQueueList>
<avia1:ExternalBookQueueList>
<avia1:ExternalBookQueueInfo>
<avia1:QueuesByName>
<avia:Queue>GeneralQueue</avia:Queue>
</avia1:QueuesByName>
<avia1:QueuesByNumber>
<avia:Queue>1</avia:Queue>
</avia1:QueuesByNumber>
<avia1:Locator>ABCDEF</avia1:Locator>
<avia1:SourceID>-11111</avia1:SourceID>
<avia1:SupplierRequisiteID>TEST</avia1:SupplierRequisiteID>
</avia1:ExternalBookQueueInfo>
</avia1:ExternalBookQueueList>
</stl:RequestBody>
</avia:Request>
</avia:DeleteFromQueue_2_0>
</soapenv:Body>
</soapenv:Envelope>
If no errors were returned, the operation had been successful.