delete_merge_request_discussion_note
Remove a specific note from a merge request discussion. Use this to clean up or delete individual comments in a thread.
Instructions
Delete a discussion note on a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | The ID of a thread note | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| discussion_id | Yes | The ID of a thread | |
| merge_request_iid | Yes | The IID of a merge request |