queued:支持 DELETE,任务状态变为 cancelled。running:不支持 DELETE,返回 400 task_delete_not_supported。succeeded、failed、expired:支持 DELETE,平台本地标记为已删除,后续不支持查询。cancelled:不支持 DELETE。Authorization: Bearer ********************curl --location --request DELETE 'https://token.wy.cn/volcengine/v1/contents/generations/tasks/task_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Authorization: Bearer <token>'