protocol.DeleteRadioStationResponse
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 |
rdid | no | unbounded | database id | radio station id |
Example xml:
<siresp> <cid>Mum</cid> <fn> <deleteRadioStation> <rdid>1</rdid> <rdid>2</rdid> </deleteRadioStation> </fn> </siresp>