Removes the selection of an input control of a report.
DELETE <webiURL>/documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}/selection
Where:
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
DELETE <webiURL>/documents/7255/reports/1/inputcontrols/R1.IF4/selection
Response:
<success> <message>The resource of type 'InputControlSelection' has been successfully removed.</message> </success>