.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-mr-delete - Delete a merge request. .SH SYNOPSIS \fBglab mr delete [ | ] [flags]\fP .SH DESCRIPTION You can delete multiple merge requests by passing multiple IDs or branch names. .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 glab mr delete 123 # Delete multiple merge requests by ID and branch name glab mr delete 123 branch-name 789 # Delete merge requests !1, !2, !3, !4, !5 glab mr delete 1,2,branch-related-to-mr-3,4,5 glab mr del 123 glab mr delete branch .EE .SH SEE ALSO \fBglab-mr(1)\fP