gitee_delete_file
Delete a file from a Gitee repository by specifying its path, SHA, and commit message.
Instructions
Delete a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| path | Yes | File path | |
| message | Yes | Commit message | |
| sha | Yes | SHA of the file to delete | |
| branch | No | Branch name | |
| author_email | No | Author email | |
| author_name | No | Author name | |
| committer_email | No | Committer email | |
| committer_name | No | Committer name |