Skip to main content

Bulk delete all YouTube playlists from your channel

Workflow preview

Workflow preview
100%
Bulk delete all YouTube playlists from your channel preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

‍ 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...

Best for

  • Social Media automation workflows
  • beginner n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.youtube, n8n-nodes-base.stickynote

Source and attribution

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 source

1.1 Workflow description

Title
Bulk delete all YouTube playlists from your channel
Workflow name
Bulk delete all YouTube playlists from your channel

🧑‍💼 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 a new purpose.

It’s useful for:

  • Creators reorganizing their channel
  • People transferring content to another account
  • Anyone who wants to avoid deleting playlists manually one by one

🧠 What problem is this workflow solving?

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.

⚙️ What this workflow does

  • Connects to your YouTube account
  • Fetches all playlists you’ve created (excluding system playlists)
  • Deletes them one by one automatically

> ⚠️ This action is irreversible. Once a playlist is deleted, it cannot be recovered. Use with caution.

🛠️ Setup

  1. 🔐 Create a YouTube OAuth2 credential in n8n for your channel.
  2. 🧭 Assign the credential to both YouTube nodes.
  3. ✅ Click “Test workflow” to execute.

> 🟨 By default, this workflow deletes everything. If you want to be more selective, see the customization tips below.

🧩 How to customize this workflow to your needs

  • 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.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Get all playlists

Type / Role
n8n-nodes-base.youTube - youTube
Config choices
Version 1

Block 3 - Remove playlist

Type / Role
n8n-nodes-base.youTube - youTube
Config choices
Version 1

Block 4 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4156/4156.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Bulk delete all YouTube playlists from your channel do?

‍ 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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.