| title | `glab mr delete` |
|---|---|
| stage | Create |
| group | Code Review |
| info | To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> |
Delete a merge request.
glab mr delete [<id> | <branch>] [flags]
del
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 -h, --help Show help for this command.
-R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.