Skip to main content
POST
Unbind Device

Authorizations

Authorization
string
header
required

Bearer authentication using a User Token. See the Authentication API reference for how to mint one.

Headers

Content-Type
string
default:application/json
required

Body

application/json
type
string
required

Device type string derived from the SN prefix (881notepro, 882notepins).

Example:

"notepro"

sn
string
required

Device serial number.

Example:

"8810000000000001"

Response

Device unbound

type
string

Device type string.

Example:

"notepro"

sn
string

Device serial number.

Example:

"8810000000000001"

is_bind
boolean

Remote binding state of the device after the call.

Example:

true