delete_mr_note
Delete a merge request note permanently. Dry-run mode is enabled by default to preview the action before executing.
Instructions
Delete an existing MR note. This is destructive and cannot be undone. dry_run=true by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Note global ID (e.g. gid://gitlab/Note/123). Returned by list_mr_notes. | |
| dry_run | No | Dry run mode (default: true). When true, returns a preview of the action without executing it. Set to false only after user confirmation. |