protocol.DeleteComposersResponse
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 |
cpid | no | unbounded | database id | list of composer ids |
Example xml:
<siresp> <cid>Mum</cid> <fn> <deleteComposers> <cpid>1</cpid> <cpid>2</cpid> </deleteComposers> </fn> </siresp>