> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# delete

> Delete the persona from the notte console

```python theme={null}
persona = notte.Persona("<your-persona-id>")
persona.delete()
```

## Returns

`None`
