YouTubeRemoveTags

Remove selected tags for a specific YouTube broadcast with the given ID

public bool YouTubeRemoveTags(List<string> tags, string broadcastId)
tags
List<string> required
broadcastId
string
bool
CPH.YouTubeRemoveTags(tags);
CPH.YouTubeRemoveTags(tags, broadcastId);