Remove User From Group

Remove a Twitch user from a group
Remove User From Group Dialog
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

NameTypeDescription
Example Value:True/False

indicator whether the removal has been successful or not

C# Usage

Remove a user, by username (login name), from a group

0.2.3
public bool RemoveUserFromGroup(string userName, Platform platform, string groupName)