source_delete
Remove a source from your NotebookLM notebook by providing its ID or name. Deletion is permanent and cannot be reversed.
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
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | No | The unique ID of the source to delete | |
| session_id | No | Session ID to reuse an existing session | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. | |
| success | Yes | Whether the tool call succeeded. |