Deleting a Data Filter from a Report Element

Deletes a data filter from a specific report element, referenced by its ID.

Request

DELETE <webiURL>/{documentId}/reports/{reportId}/elements/{elementId}/datafilter

Where:
  • {documentId} is the document identifier retrieved from the list of documents
  • {reportId} is the report identifier retrieved from the list of reports
  • {elementId} is the element identifier retrieved from the list of elements
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/elements/22/datafilter

Response:

<success>
    <message>The resource of type 'Report' with identifier '67' has been successfully deleted.</message>
    <id>67</id>
</success>