notebook_delete
Delete a NotebookLM notebook irreversibly. First call previews the notebook to delete; confirm with a second call to permanently remove it.
Instructions
Delete a notebook (irreversible). Accepts a notebook name or ID.
Two-step confirmation: called with confirm=False (the default) it does
NOT delete — it returns a needs_confirmation preview of the resolved
notebook. Call again with confirm=True to perform the delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| notebook | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||