Skip to main content
POST
Logout a specific device

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string
required
Example:

"device-uuid-123"

Response

Device logged out.

code
string
required
Example:

"OK"

message
string
required
Example:

"OK"