For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: Remove User Role

Discord Operation

The Remove User Role action in Discord revokes a specific role (and its permissions) from a user on a server.

Example User Story

I want to restrict a member’s access to admin channels after their project ends, so I use the Remove User Role action in Discord to take away their "Project Lead" role.

Fields

Field Name
Field Type
Required

guildID

String

Yes

userID

String

Yes

roleID

String

Yes

botToken

String

Yes

Discord

Example link

Code (Apache v2.0): Operation

Last updated