Delete Playlist

Delete the playlist at {playlistId}.

This action is irreversible - deleted playlists can't be recovered. We advise you to ask users for confirmation or delay calling the API by couple of seconds whilst providing users with option to undo their action.

OAuth

 \ Example request

DELETE https://api.7digital.com/1.2/playlists/51ed5cfec9021614f462bb7b?country=GB&oauth_consumer_key=YOUR_KEY_HERE&oauth_token=...

Example response

HTTP/1.1 200 OK
Path Params
string
required

The identifier for the playlist you want to delete

Query Params
string
required

The ISO 2-character code of the country to which your oauth_consumer_key has access.

string

If you are using this endpoint for a user specific playlist, then provide the unique identifier of the user. For information on creating users click here.

Language
LoadingLoading…