Removing a Drill Filter

Removes a drill filter for a report.

Returns an error if the drill is not activated on the report.

Request

DELETE <webiURL>/documents/{documentId}/reports/{reportId}/driller/filters/{filterId}

Where:
  • {documentId} is the document identifier retrieved from the list of documents
  • {reportId} is the report identifier retrieved from the list of reports
  • {filterId} is the drill filter identifier retrieved from the list of the drill filters
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/9512/reports/67/driller/filters/DP5.O12

Response:

<success>
    <message>The resource of type 'DrillFilter' with identifier 'DP5.O12' has been successfully deleted.</message>
    <id>DP5.012</id>
</success>