Remove Config Object (QzuiRemoveConfigObject) API

Important: Information for this topic supports the latest PTF levels for HTTP Server for i5/OS . It is recommended that you install the latest PTFs to upgrade to the latest level of the HTTP Server for i5/OS. Some of the topics documented here are not available prior to this update. See http://www.ibm.com/servers/eserver/iseries/software/http/services/service.htm Link outside Information Center for more information.
Note: This API is for HTTP Server (powered by Apache)
Required Parameter Group:
1 cfg Input Binary(4)
2 object Input Binary(4)
3 errcode I/O Char(*)
Threadsafe: Yes

Use the QzuiRemoveConfigObject API to remove the specified directive or scope from the configuration. If a scope is removed, all the directives within it are removed also.

Authorities and locks

None.

Required parameter group

cfg
INPUT:BINARY(4)

Handle to the config.

object
INPUT:BINARY(4)

Handle to the object to be removed.

errcode
I/O:CHAR(*)

Error information structure.

Error messages

CPF3C17 E
Error occurred with input data parameter.
CPF3CF1 E
Error code parameter not valid.
HTPA001 E
Input parameter &1 not valid.
HTPA106 E
Input configuration handle not valid.
HTPA121 E
Object handle in parameter &1 not valid.