action group delete
Deletes an action group.
Requires authentication (administrator ID and password) to use.
action group delete action_group_name
Options
- action_group_name
- Name of the action group to delete. All the actions that belong to the specified group are also deleted. The action group must exist, or an error is displayed. Examples of action group names are primary 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.
Example
The following example deletes the test action group:pdadmin sec_master> action group delete test
Parent topic: pdadmin commands