REST API Non-PNP devices Routes Unbind Device
April 13, 2023 at 2:39 AMUnbind Device
Role
This command releases a device that has been added to the computer’s list of devices by the mean of Bind Device.
Prototype
URL : /device/{$id}/bind
Method : DELETE
URL Params : {$id}
: the DeviceId of the device.
Request data : None
Success Response
Code : 200 OK
Content : a SUCCESS object.
Error Response
See Error Responses.