Unbind a device
Removes a device from the company account.
When a device is unbinded, all timing sessions and passings are removed also.
Removes a device from the company account.
DELETE
https://api.runonrufus.com/v0/devices/{deviceid}
Path Parameters
Name
Type
Description
deviceid*
String
Id of the device to remove.
Headers
Name
Type
Description
api_key*
String
Account api key with unbind permission.
{
"description":"Device unbinded succesfully"
"deviceid":"65A1B7E0C6BC3D32C268C1506E3F6F39E225DC6ED79573E177E7243E8E38115B"
}
curl -X DELETE \
-H "Content-Type: application/json" \
-H "api_key: ror-ae4fc6c19681a20fad30" \
https://api.runonrufus.com/v0/devices/65A1B7E0C6BC3D32C268C1506E3F6F39E225DC6ED79573E177E7243E8E38115B
Last updated