playlist.remove
Description:
Remove a playlist: the playlist will no more be available to the user.
Authentication : REQUIRED
Parameters:
Return values:
Status message
Sample call
http://api.playme.com/playlist.removeTrack?playlistCode=650438&_PONY=12-dd6f1f38c007c83f5e4a0004056ca61r999999END
Sample Result: XML
<?xml version="1.0" encoding="UTF-8"?> <response> <status> <code>200</code> </status> </response>
Sample Result: JSON
{
"response": {
"status": {
"code": "200"
}
}
}
LOG IN