Deleting a Document

Usage

Deletes a Web Intelligence document referenced by its identifier.

Request

DELETE /documents/<documentID>

Response

Response type: application/xml or application/json

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

Example

DELETE /documents/8022

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