delete_branch
Delete a branch from a GitHub repository permanently. Use this action to remove stale or merged branches and keep your repository organized.
Instructions
Delete a branch from a GitHub repository. This action is permanent and cannot be undone. Docs: https://docs.github.com/en/rest/git/refs#delete-a-reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) | |
| branch | Yes | Name of the branch to delete (without the refs/heads/ prefix) |