Log out a device
nuvio_revoke_sessionRevoke a login session to log out a specific device, requiring a two-phase confirmation token to complete. The device must sign in again; the account remains intact.
Instructions
Revoke one login session (log that device out). Cannot be undone — the device must sign in again. Never deletes the account. This operation cannot be undone: it uses two-phase confirmation — call it once to get a short-lived confirmation token, then call again with that token to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Required for reversible destructive changes. Without it a preview is returned. | |
| session_id | Yes | ||
| confirmation_token | No | Token from a previous call of this tool. Irreversible operations require a two-phase prepare/execute: call once to receive the token, then call again with it. |