acl delete
Deletes an ACL policy from the ACL database.
Requires authentication (administrator ID and password) to use this command.
Syntax
acl delete acl_name
Options
acl_name- Specifies the name of the ACL policy that is being deleted from
the ACL database. The ACL policy must exist, or an error is displayed.
Examples:
default-root,test,default-management, andpubs_acl3.
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 Security Verify Access error messages by decimal or hexadecimal codes.
Examples
- The following example deletes the ACL policy that is named
pubs_acl3:pdadmin sec_master> acl delete pubs_acl3 - The following example deletes the ACL policy that is named
Test-ACL:pdadmin sec_master> acl delete Test-ACL