POST api/RoomControl/unpairDevice

<strong>post/unpairDevice</strong> <br /> The unpairDevice method is used to remove the device from the paired devices list of the room.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A JSON object to handle the success or error of the operation, on the success of the operation the JSON object will be "OK" string. <br /> If there is an error in the process, the JSON will contain the error.

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.