cURL
curl --request POST \ --url https://api.example.com/api/devices/unbind \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "owner_id": "<string>", "sn": "<string>", "sn_type": "notepin" } '
{ "id": "<string>", "client_id": "<string>", "owner_id": "<string>", "type": "note", "sn": "<string>", "is_bind": true, "name": "<string>", "model": "<string>", "version": "<string>", "free_space": 123, "capacity": 123, "battery": 123, "setting": {}, "config": {}, "config_system": {}, "updated_at": "2023-11-07T05:31:56Z" }
Unbind device from user based on sn_type and sn, return device model.
120
200
Device Type Enum
note
notepin
notepro
other
OK
Device Model
Was this page helpful?