SOAP API - deleteDocument

The table summarizes the SOAP API - deleteDocument.

Request Uses the DeleteDocumentRequest element (from the DocumentService schema)
Parameter notes
Response Returns a DeleteDocumentResponse element (from the DocumentService schema).
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:doc="http://document.api.bds.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <doc:DeleteDocumentRequest>
         <reference>DocumentID-11026910-c011-423d-b320-ebaff5fa0d1f;1.0</reference>
      </doc:DeleteDocumentRequest>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <DeleteDocumentResponse xmlns="http://document.api.bds.tibco.com"/>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>