---
title: "Remove All Reactions from Message"
method: DELETE
path: "/channels/{target}/messages/{msg}/reactions"
tags: ["Interactions"]
---

# Remove All Reactions from Message

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

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

Requires `ManageMessages` permission.

## Path parameters

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

## 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)
