Removes a specific break of an axis in a report element of type table.
DELETE /documents/<documentID>/reports/<reportID>/elements/<elementID>/axes/<axisID>/breaks/<breakID>
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
DELETE /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>