Delete Project
project_deleteDelete a Taiga project permanently by its ID. Requires confirmation to prevent accidental removal; first call returns a preview, then confirm to proceed.
Instructions
Delete a project by id. This cannot be undone. Requires confirmation: elicitation-capable clients are prompted interactively; others must call again with confirm: true after reviewing the preview returned by the first call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id | |
| confirm | No | Set true to actually delete after reviewing the preview from a first call without it. Ignored by elicitation-capable clients, which are prompted interactively instead. |