delete_merge_request_note_emoji_reaction
Remove an emoji reaction from a merge request note. Provide project ID, merge request IID, note ID, and award ID to delete the reaction from a comment or thread reply.
Instructions
Remove an emoji reaction from a merge request note. Pass discussion_id for discussion thread replies. Use this only after verifying the target; choose a get or list tool first when you need to inspect state without changing it. It changes or removes remote GitLab data and may be irreversible; it requires the necessary project or group permission and returns validation, conflict, permission, or rate-limit errors. When project_id or group_id is accepted, provide the numeric ID or complete URL-encoded path described by the schema; use required identifiers and pagination fields exactly as documented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | The ID of a note (comment or thread reply) | |
| award_id | Yes | The ID of the emoji reaction to delete | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| discussion_id | No | The ID of a discussion thread. Required for notes that are discussion replies; omit for top-level notes. | |
| merge_request_iid | Yes | The IID of a merge request |