渠道管理/账号分组
批量删除分组
接口说明:根据 ID 列表批量删除账号分组。
DELETE
批量删除分组
授权
AiToEarn Open Platform API Key。
查询参数
分组 ID 数组
Minimum array length:
1Minimum string length:
1Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:根据 ID 列表批量删除账号分组。
curl --request DELETE \
--url https://aitoearn.cn/api/v2/channels/account-groups \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": "string"
}AiToEarn Open Platform API Key。
分组 ID 数组
11curl --request DELETE \
--url https://aitoearn.cn/api/v2/channels/account-groups \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": "string"
}