Tasks
task.delete
Deletes a task permanently. If the task is still running, use task.stop first.
POST
DeleteTask
Questions or issues? Contact us at api-support@manus.ai.Documentation Index
Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for direct authentication. Provide either this or Authorization, not both. See Authentication.
Body
application/json
The unique identifier of the task to delete. Agent-related tasks cannot be deleted.
Previous
task.sendMessageSends a follow-up message to a task for multi-turn conversation. Use this after [task.create](https://open.manus.ai/docs/v2/task.create) to continue talking, or to reply when `waiting_for_event_type` is `messageAskUser`. For other waiting types, use [task.confirmAction](https://open.manus.ai/docs/v2/task.confirmAction) instead.
Next
DeleteTask