Removing the Selection of an Input Control

Removes the selection of an input control of a report.

Request

DELETE <webiURL>/documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}/selection

Where:

  • {documentId} is the document identifier retrieved from the list of documents
  • {reportId} is the report identifier retrieved from the list of reports
  • {inputControlId} is the input control identifier retrieved from the list of input controls
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/7255/reports/1/inputcontrols/R1.IF4/selection

Response:

<success>
    <message>The resource of type 'InputControlSelection' has been successfully removed.</message>
</success>