delete_subtask
Delete a subtask permanently by providing subtask_id and confirm=true. This irreversible operation removes the subtask from Kanboard.
Instructions
Permanently delete a Kanboard subtask. DESTRUCTIVE and irreversible — requires explicit confirm: true. To mark a subtask done instead of deleting it, set status=2 via update_subtask. Returns { ok: true, subtask_id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subtask_id | Yes | Subtask id to permanently delete (required). | |
| confirm | Yes | Must be exactly `true` to confirm permanent deletion. |