delete_task
Permanently remove a task from Kanboard by submitting its ID and a confirmation flag to prevent accidental deletion.
Instructions
Permanently delete a Kanboard task. DESTRUCTIVE — requires explicit confirm: true. Returns { ok: true, task_id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id to permanently delete (required). | |
| confirm | Yes | Must be exactly `true` to confirm permanent deletion. |