Soft deletes a task by ID. The task will be marked as deleted but not permanently removed from the database. Associated interactive notes will also be deleted.
Documentation Index
Fetch the complete documentation index at: https://docs.vambe.me/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (UUID) | Yes | The UUID of the task to delete |
| Field | Type | Description |
|---|---|---|
status | string | Always returns “success” |
| Status Code | Description |
|---|---|
| 400 | Bad Request - Invalid task ID format |
| 401 | Unauthorized - Invalid or missing API key |
| 404 | Not Found - Task not found or already deleted |
| 500 | Internal Server Error - Something went wrong |
task.deleted - When a task is deletedtask.archived - If your system treats deletion as archival