Delete a playlist.
OAuth access token
The playlist's numeric ID or URN
When the API returns an error
import { deletePlaylist } from 'soundcloud-api-ts';await deletePlaylist(token, 123456); Copy
import { deletePlaylist } from 'soundcloud-api-ts';await deletePlaylist(token, 123456);
https://developers.soundcloud.com/docs/api/explorer/open-api#/playlists/delete_playlists__playlist_id_
Delete a playlist.