stereomood API

playlist – DELETE

deletes the specified playlist. must be owned by the authenticated user.

url:
http://www.stereomood.com/api/user/playlists/playlist/id.format or http://www.stereomood.com/api/user/playlists/playlist.format

HTTP request method:
DELETE

formats:
xml, json

requires authentication (about authentication):
true

rate limiting (about rate limiting):
false

parameters:

  • id. the id of the playlist.

sample request:

http://www.stereomood.com/api/user/playlists/playlist/12345.json
or http://www.stereomood.com/api/user/playlists/playlist.xml?id=12345

xml sample response:

<?xml version="1.0" encoding="UTF-8"?>
<hash>
    <request>/api/user/playlists/playlist/12345.xml</request>
    <message>playlist deleted</message>
</hash>

Last edited by Stereomood Tech Team, March 24, 2010

create an application