API Reference
Playlists
Delete a playlist

Delete a playlist

Remove a playlist permanently. Owner only — collaborators can't delete.

DELETE/api/v4/me/playlists/{slug}/

Path parameters

ParameterDescription
slugThe 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

HTTPWhen
403Caller is not the owner.
404Playlist not found.