Disabling the Query Drill

Disables the drill on the specified report.

Request

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

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>/8022/reports/1/driller

Response:

<success>
    <message>The resource of type 'Driller' has been successfully removed.</message>
    <id>2</id>
</success>