Unlike (unfavorite) a track as the authenticated user.
OAuth access token
The track's numeric ID or URN
true if the unlike was successful, false on failure
true
false
import { unlikeTrack } from 'soundcloud-api-ts';const success = await unlikeTrack(token, 123456); Copy
import { unlikeTrack } from 'soundcloud-api-ts';const success = await unlikeTrack(token, 123456);
https://developers.soundcloud.com/docs/api/explorer/open-api#/likes/delete_likes_tracks__track_id_
Unlike (unfavorite) a track as the authenticated user.