# Remove emoji reaction from pull request comment

Endpoint: DELETE /code/api/v1/repos/{repo_identifier}/pullreq/{pullreq_number}/comments/{pullreq_comment_id}/reactions/{pullreq_reaction_emoji}
Version: 1.0
Security: x-api-key

## Path parameters:

  - `repo_identifier` (string, required)

  - `pullreq_number` (integer, required)

  - `pullreq_comment_id` (integer, required)

  - `pullreq_reaction_emoji` (string, required)

## Response 400 fields (application/json):

  - `message` (string)

  - `values` (object)


## Response 204 fields
