8
n8n 中文网amn8n.com

删除YouTube频道的所有播放列表

初级

这是一个Other, AI领域的自动化工作流,包含 4 个节点。主要使用 YouTube, ManualTrigger 等节点,结合人工智能技术实现智能自动化。 批量删除您YouTube频道中的所有播放列表

前置要求
  • AI 服务 API Key(如 OpenAI、Anthropic 等)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "J25SBmxAuoN5dvuY",
  "meta": {
    "instanceId": "a059b3dfdab56aa587cc6a2c8635f6f2700cf0c7064dbfb5981c26f7ad9eab88"
  },
  "name": "🧹 删除 YouTube 频道的所有播放列表",
  "tags": [],
  "nodes": [
    {
      "id": "7184ab87-e3e5-4097-a882-32174d931561",
      "name": "当点击\"测试工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -620,
        -180
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "87b7d04c-351e-437c-9acd-ad342772cc13",
      "name": "获取所有播放列表",
      "type": "n8n-nodes-base.youTube",
      "position": [
        -400,
        -180
      ],
      "parameters": {
        "part": [
          "id"
        ],
        "filters": {},
        "options": {},
        "resource": "playlist",
        "returnAll": true
      },
      "credentials": {
        "youTubeOAuth2Api": {
          "id": "bJCjudWjB0FmcvHu",
          "name": "Sample YouTube account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "3d16c7cb-d9d5-4980-ae77-a16f9849197f",
      "name": "删除播放列表",
      "type": "n8n-nodes-base.youTube",
      "position": [
        -180,
        -180
      ],
      "parameters": {
        "options": {},
        "resource": "playlist",
        "operation": "delete",
        "playlistId": "={{ $json.id }}"
      },
      "credentials": {
        "youTubeOAuth2Api": {
          "id": "bJCjudWjB0FmcvHu",
          "name": "Sample YouTube account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "47c602f3-820a-4960-9b3c-217cf1defed3",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -800,
        -540
      ],
      "parameters": {
        "color": 3,
        "width": 1000,
        "height": 320,
        "content": "## 🧹 删除 YouTube 频道的所有播放列表"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "a8b4e109-dd64-42bc-a533-e93006e596a2",
  "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
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

初级 - 其他, 人工智能

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量4
分类2
节点类型3
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

作者
Lucía Maio Brioso

Lucía Maio Brioso

@luciamb

I'm a backend software developer who loves n8n ⚙️ I enjoy automating everything and share templates I personally find helpful 💡

外部链接
在 n8n.io 查看

分享此工作流