Restore the device’s user interface to its default behavior

Role

Use this command to restore the default behavior of the device’s light and sound after a POST /device/{$id}/ui

Prototype

URL : /device/{$id}/ui

Method : DELETE

URL Params : {$id} : the DeviceId of the device. Use GET /devices to enumerate the connected devices.

Request data : None

Success Response

Code : 200 OK

Content : a SUCCESS object.

Error Response

See Error Responses.