Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Who is this for? This workflow is for any YouTube user who wants to bulk delete all playlists from their own channel — whether to start fresh, clean up old content, or prepare the account for...
n8n-nodes-base.manualtrigger, n8n-nodes-base.youtube, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Lucía Maio Brioso.
Original n8n.io sourceThis workflow is for any YouTube user who wants to bulk delete all playlists from their own channel — whether to start fresh, clean up old content, or prepare the account for a new purpose.
It’s useful for:
YouTube does not offer a built-in way to delete multiple playlists at once. If you have dozens or hundreds of playlists, removing them manually is extremely time-consuming.
This workflow automates the entire deletion process in seconds, saving you hours of repetitive effort.
> ⚠️ This action is irreversible. Once a playlist is deleted, it cannot be recovered. Use with caution.
> 🟨 By default, this workflow deletes everything. If you want to be more selective, see the customization tips below.
✅ Add a confirmation flag
Insert a Set node with a custom field like confirm_delete = true, and follow it with an IF node to prevent accidental execution.
✂️ Delete only some playlists
Add a Filter node after fetching playlists — you can match by title, ID, or keyword (e.g. only delete playlists containing “old”).
🛑 Add a pause before deletion
Insert a Wait or NoOp node to give you a moment to cancel before it runs.
🔁 Adapt to scheduled cleanups
Use a Cron trigger if you want to periodically clear temporary playlists.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Bulk delete all YouTube playlists from your channel |
|---|---|
| Complexity | beginner |
| Nodes | 4 |
| Categories | Social Media |
| Author | Lucía Maio Brioso |
| Published | 17 May 2025 |
Use the JSON export at /data/workflows/4156/4156.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who is this for? This workflow is for any YouTube user who wants to bulk delete all playlists from their own channel — whether to start fresh, clean up old content, or prepare the account for...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.