protocol.deezer.radio.player.DeezerRadioDeleteCurrentTrackResponse
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 |
id | no | unbounded | integer | player id |
Example xml:
<siresp> <cid>Mum</cid> <fn> <deezerRadioDeleteCurrent> <id>255</id> <id>255</id> </deezerRadioDeleteCurrent> </fn> </siresp>