group delete
Deletes the specified Security Verify Access group. Optionally deletes the information of the group, from the user registry. ACL entries associated with the group are also deleted.
Requires authentication (administrator ID and password) to use.
group delete [-registry] group_name
Options
- -registry
- Deletes the entire group object from the user registry. (Optional)
- group_name
- Name of the ISAM group to be deleted. The group must exist, or an error is displayed.
Examples of group names are Credit, Sales, and Test-group.
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 existing engineering group:
pdadmin sec_master> group delete engineering
The following example deletes the group object from the user registry and also deletes the existing Test-group group: pdadmin sec_master> group delete -registry Test-group
See also
group create
group importParent topic: pdadmin commands