Deletes an access control entry (ACE) from a soft link's access control set (ACS). SYNOPSIS REMOVE LINK link-name ACCESS principal Arguments link-name The full name of the soft link. principal The principal for whom access is being removed. You can specify a principal as a group name, a collection of principals denoted with wildcards (for example, .org.name*), or an individual name in the format, nodename.username. To specify a DNS Version 1-style principal, use the format nodename::username. ACCESS RIGHTS You must have control access to the soft link whose ACS is being modified.
1 – example
The following command removes access for the user group .testgroup from the .sales.asia soft link. dns> remove link .sales.asia access .testgroup