delete_project
Permanently remove a Kanboard project and all its tasks, columns, and swimlanes. Requires explicit confirmation to prevent accidental deletion.
Instructions
Permanently delete a Kanboard project and all its tasks, columns, and swimlanes. DESTRUCTIVE and irreversible — requires explicit confirm: true. To remove only a member use remove_project_user; to edit project attributes use update_project. 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. |