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