渠道管理/账号
删除账号
接口说明:根据 accountId 删除账号。
DELETE
删除账号
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:根据 accountId 删除账号。
curl --request DELETE \
--url https://aitoearn.cn/api/v2/channels/accounts/{accountId} \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": "string"
}curl --request DELETE \
--url https://aitoearn.cn/api/v2/channels/accounts/{accountId} \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": "string"
}