I am trying to update my twitch channel tags with an empty array of tag but does not remove current tags.
It works for me for a non-empty array of tag and for other data such as game_id.
PATCH https://api.twitch.tv/helix/channels
{
‘tags’:
}
Return status code 400
Documentation
tags
String
A list of channel-defined tags to apply to the channel. To remove all tags from the channel, set tags to an empty array. Tags help identify the content that the channel streams. Learn More