protocol.streaming.playlist.DeleteFromStreamingPlaylistResponse
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 | 1 | database id | playlist id |
items | no | 1 | list | a list of indices to delete. zero based |
Example xml:
<siresp> <cid>Mum</cid> <fn> <deleteFromStreamingPlaylist> <id>45435434354343</id> <items> <ix>23</ix> <ix>455</ix> <ix>2</ix> <ix>65535</ix> </items> </deleteFromStreamingPlaylist> </fn> </siresp>