Deleting the Selection of an Input Control

Usage

Removes the values selected of an input control of a report.

Request

DELETE /documents/<documentID>/reports/<reportID>/inputcontrols/<inputControlID>/selection

Response

Response type: application/xml or application/json

The response is a message stating the success or failure of the request.

Example

DELETE /documents/7255/reports/1/inputcontrols/R1.IF4/selection

Response:

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