.nh .TH "glab" "1" "Jun 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-mr-note-delete - Delete a note from a merge request. (EXPERIMENTAL) .SH SYNOPSIS \fBglab mr note delete [ | ] [flags]\fP .SH DESCRIPTION Permanently delete a note from a merge request. .PP \fB\fR is a numeric note ID, not a hex discussion ID. You can find note IDs with: .IP \(bu 2 \fBglab mr note list -F json\fR (the \fB\&.id\fR field) .IP \(bu 2 Note URLs: \fB\&.../merge_requests/1#note_12345\fR .PP Deletion is permanent and cannot be undone. Unless you pass \fB--yes\fR, the command prompts you to confirm. .PP 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/. .SH OPTIONS \fB-y\fP, \fB--yes\fP[=false] Skip confirmation prompt. .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 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 .EE .SH SEE ALSO \fBglab-mr-note(1)\fP