protocol.DeleteArtistsResponse
This response acts as an acknowledgment to its corresponding request.
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:
<siresp> <cid>Mum</cid> <fn> <deleteArtist> <arid>1</arid> <arid>2</arid> </deleteArtist> </fn> </siresp>