object delete
Removes an object entry from CDS. The syntax is:
object delete object_name_list
Description The object delete operation removes an object entry from the Cell Directory Service. This task is usually done through a client application. The required
object_name argument is the full CDS name of the object entry to be removed.
Privileges Required You must have delete permission to the object entry, or administer permission to the directory that stores the object entry.
Examples The following command deletes the object entry /.:/sales/east/floor1pr2.
dcecp> object delete /.:/sales/east/floor1pr2 dcecp>
|