Deleting the Ranking of a Report Element

Deletes the ranking in a report element of type table (HTable, VTable, XTable, and Form) or section.

Request

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

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 of a report
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/17281/reports/1/elements/20/ranking

Response:

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