delete_playlist
Delete a YouTube playlist and all its contents. Preview deletions with dry_run, then set dry_run=False to execute.
Instructions
Delete a playlist and all its contents.
By default runs in dry_run mode — set dry_run=False to actually delete.
Args: playlist_id: The YouTube playlist ID to delete (e.g. PL...) dry_run: If True (default), only preview; set False to execute
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | No | ||
| dry_run | No | ||
| playlist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |