Open chillymosh opened 1 year ago
I have also ran into this issue when trying to submit an empty tags array
Ticketed internally as HLX-2950
Something I've been doing in the mean time to clear tags is setting the default language tag that Twitch automatically applies to a channel anyways. As long as you know a channels language this is an easy way to remove all tags in one request.
Brief description Using the modify channel information endpoint
PATCH https://api.twitch.tv/helix/channels
and passing an empty array for tags does not remove all the tags, it returns error 400.If you pass in multiple fields then it does update them but ignores the empty tags array and it remains in the existing state.
How to reproduce
Expected behavior This should remove all the tags for the channel.
Screenshots
Additional context or questions