渠道管理/内容发布
删除发布记录
接口说明:删除当前用户的终态本地发布记录,不删除平台作品
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/records/{recordId} \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": "string"
}curl --request DELETE \
--url https://aitoearn.cn/api/v2/channels/publish/records/{recordId} \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": "string"
}