delete_file
Remove a file from a GitHub repository. Provide the file path, commit message, and SHA to complete the deletion.
Instructions
Delete a repository file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| repo | Yes | ||
| path | Yes | ||
| message | Yes | ||
| sha | Yes | ||
| branch | No | ||
| committer | No | ||
| author | No |