cli/docs/source/mr/delete.md

962 B

stage group info
Create Code Review To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments

glab mr delete

Delete merge requests

glab mr delete [<id> | <branch>] [flags]

Aliases

del

Examples

glab mr delete 123
glab mr delete 123 branch-name 789  # delete multiple MRs by id and branch name
glab mr delete 1,2,branch-related-to-mr-3,4,5  # delete MRs !1,!2,!3,!4,!5
glab mr del 123
glab mr delete branch

Options inherited from parent commands

      --help              Show help for command
  -R, --repo OWNER/REPO   Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL