---
title: "Delete a release reaction"
method: DELETE
path: "/repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}"
tags: ["reactions"]
---

# Delete a release reaction

`DELETE /repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}`

**Note:** You can also specify a repository by `repository_id` using the route `DELETE delete /repositories/:repository_id/releases/:release_id/reactions/:reaction_id`.

Delete a reaction to a [release](https://docs.github.com/enterprise-server@3.5/rest/reference/repos#releases).

## Path parameters

- `owner` string, required
- `repo` string, required
- `release_id` integer, required
- `reaction_id` integer, required

## Response `204`

Response

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-4.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-4/versions/ee6c7a46328e/schema)
