delete_file
Remove a file from a repository by providing its path and blob SHA, then commit the deletion with a message. Specify owner, repo, and branch.
Instructions
Delete a file from a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| filepath | Yes | File path in the repository | |
| sha | Yes | Blob SHA of the file to delete | |
| message | Yes | Commit message for the deletion | |
| branch | No | Branch name |