Removes an eDirectory pool object.
<removePool> <name/> <context/> </removePool>
<removePool>
<result value=" ">
<description/>
</result>
</removePool>
(Required) Specifies the eDirectory name of the pool object to remove.
(Required) Specifies the eDirectory context where the object is found.
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
A nssRequest packet to remove a pool is as follows:
<ndsRequest>
<ndsPool>
<removePool>
<name>MYSERVER_MYPOOL_POOL</name>
<context>
</removePool>
</ndsPool>
</ndsRequest>
A nssReply packet to the remove pool command follows:
<nssReply>
<ndsPool>
<removePool>
<result value="0">
<description/>success</description>
</result>
</removePool>
</ndsPool>
<result value="0">
<description/>zOK</description>
</result>
</nssReply>