渠道管理/内容发布
取消发布任务
接口说明:取消指定的发布任务
DELETE
取消发布任务
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:取消指定的发布任务
curl --request DELETE \
--url https://aitoearn.cn/api/v2/channels/publish/tasks/{taskId} \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": {
"taskId": "string"
}
}AiToEarn Open Platform API Key。
任务 ID
curl --request DELETE \
--url https://aitoearn.cn/api/v2/channels/publish/tasks/{taskId} \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": {
"taskId": "string"
}
}