Delete playlist
DELETE
/manage/playlists/:playlistIdDelete a playlist. Only the community's admins can do this.
| Auth | Login required |
|---|
Path parameters
playlistIdstringrequiredPlaylist ID or slug.
Request
curl https://api.4s.link/manage/playlists/PLAYLIST_ID \-X DELETE \-H "Authorization: Bearer 4s_at_..."
Example response
{"id": "p1a2b3c4-..."}