Clear a profile PIN
nuvio_clear_profile_pinUnlock a profile by removing its PIN. Requires a two-phase confirmation because the action is permanent and cannot be undone.
Instructions
Remove the PIN lock from a profile. Not reversible. 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. | |
| current_pin | No | ||
| profile_index | 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. |