{
  "name": "Bulk delete all YouTube playlists from your channel",
  "nodes": [
    {
      "id": "7184ab87-e3e5-4097-a882-32174d931561",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -620,
        -180
      ]
    },
    {
      "id": "87b7d04c-351e-437c-9acd-ad342772cc13",
      "name": "Get all playlists",
      "type": "n8n-nodes-base.youTube",
      "position": [
        -400,
        -180
      ]
    },
    {
      "id": "3d16c7cb-d9d5-4980-ae77-a16f9849197f",
      "name": "Remove playlist",
      "type": "n8n-nodes-base.youTube",
      "position": [
        -180,
        -180
      ]
    },
    {
      "id": "47c602f3-820a-4960-9b3c-217cf1defed3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -800,
        -540
      ],
      "parameters": {
        "width": 1000,
        "height": 320,
        "content": "## 🧹 Delete all playlists from a YouTube channel\n\n### ℹ️ ABOUT THIS WORKFLOW\nThis workflow will **delete all the playlists from a YouTube channel**.\n\n### 🛠️ SETUP\n1. Create a YouTube credential.\n2. Ad"
      }
    }
  ],
  "connections": {
    "Get all playlists": {
      "main": [
        [
          {
            "node": "Remove playlist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Get all playlists",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}