• Get Started
  • Guide
  • API
  • Examples
  • Changelogs
  • Sub-Actions
  • Triggers
  • C# Code
  • WebSocket Server
  • HTTP Server
  • UDP Server
  • Sub-Actions
  • Triggers
References
  • C# Methods
  • C# Classes
    • YouTubeAddTags
    • YouTubeClearTags
    • YouTubeGetLatestMonitoredBroadcast
    • YouTubeGetMonitoredBroadcasts
    • YouTubeRemoveTags
    • YouTubeSetCategory
    • YouTubeSetDescription
    • YouTubeSetMetaData
    • YouTubeSetPrivacy
    • YouTubeSetTitle
    • SendYouTubeMessage
    • SendYouTubeMessageToLatestMonitored
    • GetYouTubeUserVar
    • GetYouTubeUserVarById
    • GetYouTubeUsersVar
    • IncrementAllYouTubeUsersVar
    • IncrementOrCreateYouTubeUsersVarById
    • IncrementYouTubeUsersVarById
    • SetYouTubeUserVar
    • SetYouTubeUserVarById
    • SetYouTubeUsersVarById
    • UnsetYouTubeUser
    • UnsetYouTubeUserById
    • UnsetYouTubeUserVar
    • UnsetYouTubeUserVarById
    • YouTubeBanUserById
    • YouTubeBanUserByName
    • YouTubeTimeoutUserById
    • YouTubeTimeoutUserByName
    • YouTubeGetBot
    • YouTubeGetBroadcaster
  1. API
  2. C# Code
  3. C# Methods
  4. Youtube

Unset Youtube User by Id

Signature

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

Parameters

userId
string required

No description provided.

persisted
bool
Default:
True

No description provided.

Return Type

void

Example

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

On this page

  • Signature
  • Parameters
  • Return Type
  • Example

Community

  • Chat on Discord
  • Support on Patreon

Ecosystem

  • Streamer.bot
  • Speaker.bot
Made by Streamer.bot