.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-label-delete - Delete a label from a project. .SH SYNOPSIS \fBglab label delete [flags]\fP .SH DESCRIPTION Delete a label from a project by name. The label is removed from the project; it is not removed from issues, merge requests, or epics that already use it. .PP By default, the label is deleted from the current repository. Use \fB--repo\fR to target another project. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX # Delete a label from the current repository glab label delete bug # Delete a label from another project glab label delete bug -R owner/repo .EE .SH SEE ALSO \fBglab-label(1)\fP