delete_merge_request_note
Delete a specific note from a GitLab merge request by providing the note ID, project ID, and merge request IID to remove unwanted or outdated comments.
Instructions
Delete an existing merge request note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | No | The ID of a thread note | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| merge_request_iid | No | The IID of a merge request |