> ## 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 workflow from the notte console

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

## Returns

`None`
