Reference
logout
Clear authorization state for the current WebSocket session.
logout
Drop the current authorization state (license-based or credentials-based) for this WebSocket session.
- Type:
6 - Requires initialization: yes
- Requires authorization: yes
Request and response example
logout
Clear the authorization state for this WebSocket session.
Request fields
| Field | Type | Required | Meaning |
|---|---|---|---|
id | uint64 | yes | Request id. |
Response fields
| Field | Type | Meaning |
|---|---|---|
id | uint64 | Your request id. |
status | int | ok (1) or not_authorized (3). |