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/False indicator whether the removal has been successful or not | ||
Variables generated by all triggers and available within all action executions. |
C# Usage
public bool RemoveUserFromGroup(string userName, Platform platform, string groupName)