|   | ![[ Previous ]](navbprev.gif)  ![[ Contents ]](navbhome.gif)  ![[ Index ]](navbhelp.gif)  ![[ Next ]](navbnext.gif)  | 
    void *Ns_ServerSpecificDestroy(
    char *handle,
    int id,
    int flags
    );
The Ns_ServerSpecificDelete function deletes server-specific data previously stored with Ns_ServerSpecificSet. The flags argument can be NS_OP_NODELETE or NS_OP_RECURSE. NS_OP_NODELETE determines whether the deletefunc specified in Ns_ServerSpecificSet is called. NS_OP_RECURSE determines whether this operation is applied recursively. An id of -1 matches all ids.