delete_epic_note
Delete an epic note permanently. Use dry run mode to preview the action, then set dry_run=false to confirm and execute.
Instructions
Delete an existing epic 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_epic_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. |