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
Related Connections
Related Automations
Example link
Code (Apache v2.0): Operation
Last updated