Removing the Sortings From an Axis

Usage

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

Request

DELETE /documents/<documentID>/reports/<reportID>/elements/<elementID>/axes/<axisID>/sorts

Response

Response type: application/xml or application/json

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

Example

DELETE /documents/18930/reports/2/elements/15/axes/1/sorts

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