Deletes a software RAID device.
<removeRAID> <raidID/> </removeRAID>
<removeRAID>
<result value=" ">
<description/>
<result>
</removeRAID>
Specifies the ID of the RAID device to be deleted.
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
A nssRequest packet to remove a RAID device is as follows:
<nssRequest>
<raid>
<removeRAID>
<raidID>21</raidID>
</removeRAID>
</raid>
</nssRequest>
A nssReply packet to the remove RAID command follows:
<nssReply>
<raid>
<removeRAID>
<result value="0">
<description/>success</description>
</result>
</removeRAID>
</raid>
<result value="0">
<description/>zOK</description>
</result>
</nssReply