Skip to content

Delete an emoji reaction from an epic

DELETE
/api/v4/groups/{id}/epics/{epic_iid}/award_emoji/{award_id}

Deletes a specified emoji reaction from an epic. 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 group

epic_iid
required
integer

The internal ID of a group epic

Example
1

No Content

Bad Request

Unauthorized

Not Found