Secure Global Desktop Administration Guide > Commands > The tarantella object delete command
tarantella object delete { --name obj [--children] } | --file file
Permanently deletes objects from the organizational hierarchy.
Argument | Description |
---|---|
--name obj
|
Specifies the TFN name of the object you want to delete. |
--children
|
When deleting organizational units, Active Directory containers or
domain components, confirms that you want to delete the object and all
objects that belong to it, recursively. As a safeguard, it is
impossible to delete an organizational unit, Active Directory
container or domain component without specifying
--children .
|
--file file
|
Specifies a file containing a batch of commands to delete objects. |
Note Make sure you quote any object names containing spaces, for example ".../_ens/o=Indigo Insurance".
tarantella object delete \ --name ".../_ens/o=Indigo Insurance/ou=Sales/cn=Violet Carson"
Removes the person object for Violet Carson.
tarantella object delete \ --name ".../_ens/o=Indigo Insurance/ou=Sales" \ --children
Deletes the organizational unit Sales.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.