delete_task_file
Permanently delete a file attachment from a task. Explicit confirmation required to complete the irreversible removal.
Instructions
Permanently delete a file attachment from a Kanboard task. DESTRUCTIVE and irreversible — requires explicit confirm: true. To add an attachment use attach_file_to_task. Returns { ok: true, file_id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | File id to permanently delete (required). | |
| confirm | Yes | Must be exactly `true` to confirm permanent deletion. |