Unfollow a user as the authenticated user.
OAuth access token
The user's ID or URN to unfollow
When the API returns an error
import { unfollowUser } from 'soundcloud-api-ts';await unfollowUser(token, 123456); Copy
import { unfollowUser } from 'soundcloud-api-ts';await unfollowUser(token, 123456);
https://developers.soundcloud.com/docs/api/explorer/open-api#/me/delete_me_followings__user_id_
Unfollow a user as the authenticated user.