playlist.clear

Description: 

Remove all tracks from a playlist


Authentication : REQUIRED
Parameters: 
apikey : application developer identifier [R]
country : catalogue country
format : output format
playlistCode : playlist identifier [R]

Return values: 

A status message


Sample call
http://api.playme.com/playlist.clear?playlistCode=68450&_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" 
       }
  } 
}