---
title: "Remove Reaction(s) to Message"
method: DELETE
path: "/channels/{target}/messages/{msg}/reactions/{emoji}"
tags: ["Interactions"]
---

# Remove Reaction(s) to Message

`DELETE /channels/{target}/messages/{msg}/reactions/{emoji}`

Remove your own, someone else's or all of a given reaction.

Requires `ManageMessages` if changing others' reactions.

## Path parameters

- `target` string, required
- `msg` string, required
- `emoji` string, required

## Query parameters

- `user_id` string, nullable — Remove a specific user's reaction
- `remove_all` boolean, nullable — Remove all reactions

## Response `204`

Success

## Other responses

- `default` — An error occurred.

---

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