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.
The ID of the task to delete
Task deleted successfully.
The ID of the deleted task
Always "task.deleted"
Always true if successful