Delete playlist

DELETE/manage/playlists/:playlistId

Delete a playlist. Only the community's admins can do this.

AuthLogin required

Path parameters

playlistIdstringrequired

Playlist ID or slug.

Request
curl https://api.4s.link/manage/playlists/PLAYLIST_ID \
-X DELETE \
-H "Authorization: Bearer 4s_at_..."
Example response
{
"id": "p1a2b3c4-..."
}