Deleting a Report

Deletes a report from the given Web Intelligence document.

Remember You cannot undo this operation.
Request

DELETE <webiURL>/documents/{documentId}/reports/{reportId}

Where:
  • {documentId} is the document identifier retrieved from the list of documents
  • {reportId} is the report identifier retrieved from the list of reports
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/7858/reports/9372

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