delete_issue_note_emoji_reaction
Remove an emoji reaction from a GitLab issue note or discussion reply. Requires project ID, issue IID, note ID, and award ID.
Instructions
Remove an emoji reaction from an issue note. Pass discussion_id for discussion thread replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| issue_iid | Yes | The IID of an issue | |
| note_id | Yes | The ID of a note (comment or thread reply) | |
| discussion_id | No | The ID of a discussion thread. Required for notes that are discussion replies; omit for top-level notes. | |
| award_id | Yes | The ID of the emoji reaction to delete |