Delete a Nuvio profile
nuvio_delete_profileDelete a profile and all of its data (addons, settings, collections, library, history) permanently. First call returns a confirmation token; call again with the token to execute.
Instructions
Delete a profile and ALL of its data (addons, settings, collections, library, history). Profile 1 cannot be deleted and this cannot be undone. 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. | |
| 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. |