Deletes an access control entry (ACE) from an object entry's access control set (ACS). SYNOPSIS REMOVE OBJECT object-name ACCESS principal Arguments object-name The full name of the object entry. 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. You must have control access to the object entry whose ACS is being modified.
1 – example
The following command removes access for user smith on node .sales.orion from the object entry .sales.work_disk2. dns> remove object .sales.work_disk2 access .sales.orion.smith