cancelled and kept in history (it expires via TTL), so the record survives for auditing. Already-terminal tasks are a no-op.
Tasks
Cancel a task
DELETE /tasks/ - soft-cancel a task, keeping it in history for auditing.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DELETE /tasks/ - soft-cancel a task, keeping it in history for auditing.
DELETE /tasks/{id}
cancelled and kept in history (it expires via TTL), so the record survives for auditing. Already-terminal tasks are a no-op.
curl -X DELETE http://localhost:8080/tasks/b1e2c3... -H "X-API-Key: your-secret"
| Response | Meaning |
|---|---|
204 No Content | Cancelled (or already terminal). |
404 Not Found | Task doesn’t exist. |