POST
/
api
/
devices
/
unbind
{
  "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": {},
  "updated_at": "2023-11-07T05:31:56Z"
}

Headers

Authorization
string
required

Body

application/json
owner_id
string
required
Maximum length: 120
sn
string
required
Maximum length: 200
sn_type
enum<string>

Device Type Enum

Available options:
note,
notepin,
notepro,
other

Response

OK

Device Model

id
string | null
owner_id
string | null
type
enum<string> | null

Device Type Enum

Available options:
note,
notepin,
notepro,
other
sn
string | null
is_bind
boolean | null
name
string | null
model
string | null
version
string | null
free_space
integer | null
capacity
integer | null
battery
integer | null
setting
object
updated_at
string<date-time> | null