remove_source
Remove a source from a NotebookLM notebook by specifying its source ID to manage content and maintain organization.
Instructions
Remove a source from a NotebookLM notebook.
Usage
First call list_sources to get source IDs
Then call remove_source with the source ID
Example
{
"notebook_id": "my-notebook",
"source_id": "source-0"
}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | No | Library notebook ID | |
| notebook_url | No | Direct notebook URL (overrides notebook_id) | |
| source_id | Yes | Source ID from list_sources (e.g., 'source-0') |