---
title: "批量删除分组"
method: DELETE
path: "/api/v2/channels/account-groups"
tags: ["渠道管理/账号分组"]
---

# 批量删除分组

`DELETE /api/v2/channels/account-groups`

接口说明：根据 ID 列表批量删除账号分组。

## Query parameters

- `ids` string[], required — 分组 ID 数组

## Response `200`

请求已被服务处理。业务是否成功以响应体 code === 0 为准。

- object
  - `data` unknown
  - `code` integer, required — 业务状态码。0 表示成功，非 0 表示业务错误。
  - `message` string, required — 响应消息。
  - `requestId` string — 请求 ID。
  - `timestamp` integer — 错误响应时间戳，Unix 毫秒。

---

[API](https://skmtc.net/aitoearn/apis/aitoearn-api.md) · [All operations](https://skmtc.net/aitoearn/apis/aitoearn-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aitoearn/aitoearn-api/versions/19d860d9260d/schema)
