remove_task
Hide a task from list_tasks by marking it as removed with a configurable label. The task remains in Vikunja and can be restored later.
Instructions
Mark a task as removed by attaching the configured removal label.
Nothing is deleted: the task stays in Vikunja and is simply hidden from list_tasks. Use restore_task to undo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Numeric task id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| done | No | ||
| index | No | ||
| title | Yes | ||
| labels | No | ||
| created | No | ||
| done_at | No | ||
| updated | No | ||
| due_date | No | ||
| end_date | No | ||
| priority | No | ||
| assignees | No | ||
| bucket_id | No | ||
| hex_color | No | ||
| created_by | No | ||
| identifier | No | ||
| project_id | No | ||
| start_date | No | ||
| description | No | ||
| is_favorite | No | ||
| repeat_mode | No | ||
| percent_done | No | ||
| repeat_after | No | ||
| cover_image_attachment_id | No |