> For the complete documentation index, see [llms.txt](https://docs.discordbotstudio.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discordbotstudio.org/response-nodes/user-action-category/remove-role-from-user.md).

# Remove Role from User

This node can be used to remove a role from a user.

| Field          | Description                                                                                                                                                         |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| User           | The user to remove the role from. This should evaluate to an id or tag; you can manually copy a user's id or get it programmatically by using a user type variable. |
| Role to remove | The name or id of the role to remove from the user.                                                                                                                 |
| Reason         | The reason (which will be in the server logs) that the role is being removed.                                                                                       |
