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