Deleting the Ranking of a Report Element

Usage

Deletes the ranking in a report element of type Table (HTable, VTable, XTable, and Form), Section or Visualization.

Request

DELETE /documents/<documentID>/reports/<reportID>/elements/<elementID>/ranking

Response

Response type: application/xml or application/json

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

Example

DELETE /documents/17281/reports/1/elements/20/ranking

Response:

<success>
    <message>The resource of type "Ranking" has been successfully removed.</message>
</success>