DeleteDocument |
The DeleteDocument Web service operation is used for deleting a document. This Web service operation is part of the Document Store Web service interface in the Repository service group.
SOAP Request
<ns:DeleteDocument> <!-- Complete path to the document from document root seperated by / --> <ns:DocumentURL>/documentroot/folder/test.pdf</ns:DocumentURL> </ns:DeleteDocument>
Request Parameters
Parameter |
Description |
|---|---|
DocumentURL |
The path of the document within the repository from the document root. The path must begin from the document root folder provided in the document store configuration and separated by a forward slash (/). |
SOAP Response
This operation returns an empty response.
<ns:DeleteDocumentResponse/>