# Remove Message Reaction

**Introduction**&#x20;

This step is designed to remove a specific reaction added by a member to a message in a guild or private channel (custom bots).

**Configuration**

1. **Message**: Select the message from which the reaction will be removed. This is a required field.
2. **Member**: Choose the member whose reaction you want to remove. This is a required field.
3. **Emoji**: Specify the emoji reaction to be removed. This must be the same emoji that the member added. This is a required field.

**Usage**&#x20;

Effective for moderating reactions on messages, such as removing inappropriate or irrelevant reactions to maintain the intended tone and content of the conversation.

**Permissions**

* Requires the "Read Message History" permission to remove reactions from messages.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flexy.bot/modules/discord/steps/remove-message-reaction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
