渠道管理/账号
批量删除账号
接口说明:根据 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/accounts \
--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/accounts \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": "string"
}