UnsetUser

Use [Twitch](/api/csharp/twitch/globals) and [YouTube](/api/csharp/youtube/globals) methods instead

Signature

public void UnsetUser(string userName, bool persisted = true)

Parameters

userName
string required

No description provided.

persisted
bool
Default:
True

No description provided.

Return Type

void

Example

CPH.UnsetUser(userName);
CPH.UnsetUser(userName, persisted);