gitee_delete_release_attachment
Remove a specified attachment from a Gitee release by providing owner, repo, release ID, and attachment ID.
Instructions
Delete a release attachment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| release_id | Yes | Release ID | |
| attach_file_id | Yes | Attachment ID |