Remove a playlist repost from your profile.
OAuth access token
The playlist's numeric ID or URN
true if the unrepost was successful, false on failure
true
false
import { unrepostPlaylist } from 'soundcloud-api-ts';const success = await unrepostPlaylist(token, 789012); Copy
import { unrepostPlaylist } from 'soundcloud-api-ts';const success = await unrepostPlaylist(token, 789012);
https://developers.soundcloud.com/docs/api/explorer/open-api#/reposts/delete_reposts_playlists__playlist_id_
Remove a playlist repost from your profile.