{ "task_ids": [ //要删除的任务ID列表 207, 212 ] }
curl --location --request DELETE '/jobs/96/tasks' \ --header 'Authorization: bearer {{token}}' \ --header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36' \ --header 'Content-Type: application/json' \ --data-raw '{ "task_ids": [ //要删除的任务ID列表 207, 212 ] }'
{ "code": 200, "result": true, "message": "" }