delete_comment
Permanently delete a Kanboard comment. Requires explicit confirmation to prevent accidental removal.
Instructions
Permanently delete a Kanboard comment. DESTRUCTIVE and irreversible — requires explicit confirm: true. To edit a comment's text instead of deleting it use update_comment. Returns { ok: true, comment_id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | Comment id to permanently delete (required). | |
| confirm | Yes | Must be exactly `true` to confirm permanent deletion. |