delete_issue_note
Permanently remove an issue note. Preview with dry-run safety before irreversible deletion.
Instructions
Delete an existing issue 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_issue_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. |