Skip to content

Delete an emoji reaction from an issue

DELETE
/api/v4/projects/{id}/issues/{issue_iid}/award_emoji/{award_id}

Deletes a specified emoji reaction from an issue. Only an administrator or the user who added the reaction can delete it.

award_id
required
integer

ID of an emoji reaction.

id
required
One of:
string

The ID or URL-encoded path of the project

Example
1
issue_iid
required
integer

The internal ID of an issuable

No Content

Bad Request

Unauthorized

Not Found