delete_source
Remove sources from NotebookLM notebooks using source ID or name. Identify sources with list_content first. This action permanently deletes sources.
Instructions
Delete a source from the current NotebookLM notebook.
You can identify the source to delete by either:
source_id: The unique identifier of the source
source_name: The name/title of the source (partial match supported)
Use list_content first to see available sources and their IDs/names.
WARNING: This action is irreversible. The source will be permanently removed from the notebook.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | No | The unique ID of the source to delete | |
| source_name | No | The name/title of the source to delete (partial match supported) | |
| notebook_url | No | Notebook URL. If not provided, uses the active notebook. | |
| session_id | No | Session ID to reuse an existing session |