delete_project
Permanently delete a Kanboard project and all its tasks, columns, and swimlanes. Requires explicit confirmation to prevent accidental loss.
Instructions
Permanently delete a Kanboard project (and all its tasks, columns, swimlanes). DESTRUCTIVE — requires explicit confirm: true. Returns { ok: true, project_id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project id to permanently delete (required). | |
| confirm | Yes | Must be exactly `true` to confirm permanent deletion. |