---
title: "Remove a reaction from a comment of an issue"
method: DELETE
path: "/repos/{owner}/{repo}/issues/comments/{id}/reactions"
tags: ["issue"]
---

# Remove a reaction from a comment of an issue

`DELETE /repos/{owner}/{repo}/issues/comments/{id}/reactions`

## Path parameters

- `owner` string, required
- `repo` string, required
- `id` integer, required

## Request body

- EditReactionOption — EditReactionOption contain the reaction type
  - `content` string — The reaction content (e.g., emoji or reaction type)

## Response `204`

APIEmpty is an empty response

## Other responses

- `403` — APIForbiddenError is a forbidden error response
- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
