delete_file
Delete a file from a GitHub repository using its path, current SHA, and a commit message. Target the correct repository by specifying owner, repo, and branch as needed.
Instructions
Delete a file from a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | ||
| path | Yes | ||
| repo | Yes | ||
| owner | Yes | ||
| branch | No | ||
| message | Yes |