protocol.DeletePlaylistsRequest
This request allows you to delete playlists by id.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
items | no | 1 | list | a list of playlist id's |
tok | yes | 1 | api token | client token for privileged access. request from ideaworks |
Example xml:
<sireq> <cid>Mum</cid> <fn> <deletePlaylists> <items> <id>65464665464645</id> <id>65464665464645</id> </items> <tok>fggew32gfg24gf45f3g54</tok> </deletePlaylists> </fn> </sireq>