delete_merge_request_discussion_note
Delete a specific comment from a merge request discussion thread by providing the project, merge request, discussion, and note IDs.
Instructions
Delete a discussion note on a merge request
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 | |
| discussion_id | No | The ID of a thread | |
| merge_request_iid | No | The IID of a merge request |