Delete a task and its associated data
Delete a task by ID. Running tasks will be cancelled before deletion, and all associated data including results and conversation history will be permanently removed.Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
204 No Content on successful deletion (empty response body).
| Status | Meaning |
|---|---|
| 204 | Task deleted successfully |
| 404 | Task not found |
| 401 | Unauthorized (invalid API key) |
| 403 | Forbidden (task belongs to different organization) |