cURL
curl --request DELETE \ --url https://api.manus.ai/v1/tasks/{task_id} \ --header 'API_KEY: <api-key>'
{ "id": "<string>", "object": "<string>", "deleted": true }
Deletes a task by ID.