Deleting a Data Filter

Usage

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

Request

DELETE /documents/<documentID>/reports/<reportID>/datafilter

Response

Response type: application/xml or application/json

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

Example

DELETE /documents/9512/reports/67/datafilter

Response:

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