Remove User From Group
Remove a Twitch user from a group

Remove User From Group Dialog
Parameters
User Login
String required
can be a user name or a variable like %userName%
Group Name
String required
can be a specific group name or a variable
Variables
| Name | Type | Description |
|---|---|---|
Example Value: True/Falseindicator whether the removal has been successful or not |
C# Usage
public bool RemoveUserFromGroup(string userName, Platform platform, string groupName)