pop delete
Deletes the specified protected object policy (POP).
Requires authentication (administrator ID and password) to use.
pop delete pop_name
Options
- pop_name
- Name of the POP to be deleted. The POP must exist, or an error is displayed. Examples of POP names are poptest and pop1.
Return codes
- 0
- The command completed successfully.
- 1
- The command failed. When a command fails, the pdadmin command provides a description of the error and an error status code in hexadecimal format (for example, 0x14c012f2). See "Error messages" in the IBM Knowledge Center. This reference provides a list of the ISAM error messages by decimal or hexadecimal codes.
Examples
- The following example deletes the POP pop1:
pdadmin sec_master> pop delete pop1
The following example deletes the POP poptest: pdadmin sec_master> pop delete poptest
See also
pop create
pop detachParent topic: pdadmin commands