Delete Issue
issue_deleteDelete an issue from Taiga by its ID. Requires confirmation: elicitation-capable clients are prompted interactively; otherwise, call again with confirm: true.
Instructions
Delete a issue 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. |