The method requires a lesseeNumber
and a ckecksum
value to delete a lessee record.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPLessee"> <soapenv:Header/> <soapenv:Body> <urn:delete> <!--Optional:--> <urn:lesseeNumber>40</urn:lesseeNumber> <!--Optional:--> <urn:clientRelChecksum>41063136624bc7f0556d3de0f60905b8</urn:clientRelChecksum> </urn:delete> </soapenv:Body> </soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPLessee"> <soapenv:Header/> <soapenv:Body> <urn:delete> <!--Optional:--> <urn:lesseeNumber>105</urn:lesseeNumber> <!--Optional:--> <urn:clientRelChecksum>410512344bc7f0556d3de0f60905b8</urn:clientRelChecksum> </urn:delete> </soapenv:Body> </soapenv:Envelope>