Removing the Expressions From a Table Axis

Deletes the expressions of an axis in a report element of type table (HTable, VTable, XTable, and Form).

Request

DELETE <webiURL>/documents/{documentId}/reports/{reportId}/elements/{elementId}/axes/{axisId}/expressions

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
  • {axisId} is the axis identifier

A table of type HTable or Form has only one axis with identifier 0 that represents a row. A table of type VTable has one axis with identifier 1 that represents a column. A table of type XTable has 3 axes with identifiers 0 for the row, 1 for the column, and 2 for the body.

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/17170/reports/3/elements/8/axes/1/expressions

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