glab-mr-note-delete - Man Page

Delete a note from a merge request. (EXPERIMENTAL)

Synopsis

glab mr note delete [ | ]  [flags]

Description

Permanently delete a note from a merge request.

<note-id> is a numeric note ID, not a hex discussion ID. You can find note IDs with:

Deletion is permanent and cannot be undone. Unless you pass --yes, the command prompts you to confirm.

This feature is an experiment and is not ready for production use. It might be unstable or removed at any time. For more information, see https://docs.gitlab.com/policy/development_stages_support/.

Options

-y, --yes[=false] Skip confirmation prompt.

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.

Example

# Delete note 12345 from merge request 1
glab mr note delete 1 12345

# Delete without confirmation
glab mr note delete 1 12345 --yes

# Delete a note on the current branch's merge request
glab mr note delete 12345

See Also

glab-mr-note(1)

Referenced By

glab-mr-note(1).

Jun 2026 Auto generated by spf13/cobra