Unset Twitch User by Id

Signature

public void UnsetTwitchUserById(string userId, bool persisted = true)

Parameters

userId
string required

No description provided.

persisted
bool
Default:
True

No description provided.

Return Type

void

Example

CPH.UnsetTwitchUserById(userId);
CPH.UnsetTwitchUserById(userId, persisted);