Delete a playlist
Remove a playlist permanently. Owner only — collaborators can't delete.
DELETE/api/v4/me/playlists/{slug}/
Path parameters
| Parameter | Description |
|---|---|
slug | The playlist slug. |
Example request
curl https://api.slipstreammusic.com/api/v4/me/playlists/late-night/ \
-X DELETE \
-H "Authorization: Bearer $PARTNER_API_KEY"Response — 204 No Content
The response body is empty.
Errors
| HTTP | When |
|---|---|
| 403 | Caller is not the owner. |
| 404 | Playlist not found. |