gh-label
Verified for current stable LTS
Gh Label Command: Delete Repository Label
Use for delete repository label with Gh Label. Exact CLI syntax to delete repository label using Gh Label.
When to use this: Use for delete repository label with Gh Label.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
gh label delete <name> gh label delete <name> Command Breakdown
gh is the base executable for this command.
FAQ
Purpose: Exact syntax to delete repository label using Gh Label.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gh Label Command: List Repository Labels
gh label ls Gh Label Command: View Repository Labels Web gh label ls -w Gh Label Command: Create Repository Label gh label create <name> -d "<description>" -c <color_hex> Gh Label Command: Update Repository Label gh label edit <name> -n <new_name> -d "<description>" Gh Label Command: Clone Repository Labels gh label clone <owner>/<repository>