UnsetTwitchUserById
C# Methods Reference
Signature
public void UnsetTwitchUserById(string userId, bool persisted = true)
Parameters
userId
string required
persisted
bool
Return Type
void
Example
CPH.UnsetTwitchUserById(userId);
CPH.UnsetTwitchUserById(userId, persisted);