Deleting a Table Break

Removes a specific break of an axis in a report element of type table.

Request

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

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
  • {breakId} is the break identifier retrieved from the details of the report element
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/17230/reports/3/elements/8/axes/0/breaks/1

Response:

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