Deleting the Selection of a Document Input Control

Usage

Removes the values selected from an input control of a document.

Request

DELETE /documents/<documentID>/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/6671/inputcontrols/D.IF0/selection

Response:

<success> 
    <message>The resource of type "Input Control Selection" has been successfully removed.</message> 
</success>