Deleting an Input Control

Removes an input control from a report.

Request

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

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/7232/reports/2/inputcontrols/R2.IF5

Response:

<success>
    <message>The resource of type 'InputControl' with identifier 'R2.IF5' has been 
        successfully removed.</message>
    <id>R2.IF5</id>
</success>