User - Unfollow
Description
Unfollow a user on twitch.
danger
This mutation no longer works, and can risk your account getting banned.
Method Definition
Required Parameters
Name | Type | Description |
---|---|---|
authToken | string | User Auth Token |
targetUserId | number | Target User Id |
Optional Parameters
None
Code-Snippets
unfollow a user
- Java
- Kotlin
- Groovy
twitchClient.getGraphQL().unfollowUser(credential, 24943033l).execute();
twitchClient.graphQL.unfollowUser(credential, 24943033l).execute()
twitchClient.graphQL.unfollowUser(credential, 24943033l).execute()