protocol.DeleteRadioStationRequest
This request allows you to delete radio stations based upon the supplied id/s.
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:
<sireq> <cid>Mum</cid> <fn> <deleteRadioStation> <rdid>1</rdid> <rdid>2</rdid> </deleteRadioStation> </fn> </sireq>