gluecron_delete_file
Delete a file from a branch via git plumbing. Requires the existing blob sha (optimistic concurrency) and 'repo' scope. Mirrors DELETE /api/v2/contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | Current blob sha (40-hex) | |
| path | Yes | ||
| repo | Yes | ||
| owner | Yes | ||
| branch | Yes | ||
| message | Yes |