# Remove Role From Member

**Introduction**

The "Remove Roles from Member" step is used to remove one or more roles from a specified user in a guild. This step is useful for adjusting user permissions and access within a Discord server.

**Configuration**

* **Guild**: Specifies the guild (server) where the roles will be removed. This parameter is required.
* **User**: The user from whom the roles will be removed. This parameter is required.
* **Roles**: A list of roles to be removed from the user. Each role must be specified, and this parameter is required.


---

# 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-role-from-member.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.
