Deleting a Document

Deletes a Web Intelligence document referenced by its identifier.

Request

DELETE <webiURL>/documents/{documentId}

Where:
  • {documentId} is the document identifier retrieved from the list of documents
Response

Response type: application/xml or application/json

The response is a message stating the success or failure of the request.

Example

DELETE <webiURL>/documents/8022

<success>
    <message>The resource of type 'Document' with identifier '8022' has been successfully removed.</message>
    <id>8022</id>
</success>