protocol.deezer.RemoveDeezerTracksFromLibraryRequest
This request allows you to remove deezer tracks (by id) from the muse library.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uids | no | 1 | list | list of user ids |
uid | no | unbounded | user id | deezer user id |
trids | no | 1 | list | list of track ids |
trid | no | unbounded | database id | track id |
Example xml:
<siresp> <cid>Mum</cid> <fn> <removeDeezerTracksFromLibrary> <uids> <uid>1</uid> <uid>2</uid> </uids> <trids> <trid>4354354354</trid> <trid>565475765657</trid> </trids> </removeDeezerTracksFromLibrary> </fn> </siresp>