 
registry destroy
Deletes a registry replica. The syntax is:
registry destroy registry_replica_name
Description
The registry destroy
operation causes the replica named in registry_replica_name
to delete its copy of the registry database and to stop running.
The preferred way to delete replicas is to use the delete operation. However, the destroy operation can be used if delete is unusable because the master is unreachable or
the replica is not on the master's replica list.
This operation returns an empty string on success and sets the _b(sec) variable to the replica to which it binds.
Privileges Required You must have d (delete) permission to the replist object.
Examples
dcecp> registry destroy /.:/subsys/dce/sec/oddball dcecp>
|