Delete Attachment
attachment_deleteDelete a Taiga attachment by ID after confirmation. Works for epics, user stories, tasks, issues, and wiki pages, with a preview step to avoid irreversible mistakes.
Instructions
Delete an attachment 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 | Attachment 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. | |
| resource | Yes |