My C# is rusty but it should be
"https://id.twitch.tv/oauth2/revoke?client_id=" + client_id + "&token=" + token
All you did there was add the oAuth token to the URL which will generate a 404
My C# is rusty but it should be
"https://id.twitch.tv/oauth2/revoke?client_id=" + client_id + "&token=" + token
All you did there was add the oAuth token to the URL which will generate a 404