playlist.removeTrack

Description: 

Removes a track from a playlist


Authentication : REQUIRED
Parameters: 
apikey : application developer identifier [R]
country : user country
format : output format
playlistCode : playlist identifier
position : position within the playlist of the track to be removed

Return values: 

A status message


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