delete_issue_attachment
Delete a specific attachment from a Gitea issue permanently using its attachment ID. Retrieve the ID via list_issue_attachments and confirm before removal.
Instructions
Delete one issue attachment by attachment_id (get the id from list_issue_attachments). IRREVERSIBLE. Confirm the attachment id with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| index | Yes | Issue number | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) | |
| attachment_id | Yes | Attachment ID |