protocol.DeleteAlbumsRequest
This request allows you to delete tracks based upon the supplied album id/s.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
alid | no | unbounded | database id | list of album ids |
Example xml:
<sireq> <cid>Mum</cid> <fn> <deleteAlbums> <alid>1</alid> <alid>2</alid> </deleteAlbums> </fn> </sireq>