Deletes the specified search path from the console.
#include <netware.h>
int DeleteSearchPath (
scr_t scrID,
int searchPathNumber);
(IN) Specifies the screen that is used to print any messages generated from this operation.
(IN) Specifies the search path to delete.
If successful, returns 0. Otherwise, returns -1.