PreviousNext

Deleting Accounts

The following example illustrates the use of the dcecp account delete command to delete the account for the principal mahler:

dcecp> account delete mahler
dcecp>

If you delete a group or organization, you will also automatically delete any accounts that are associated with that group or organization.

You can delete multiple accounts with one account delete command. To do so enclose the names of the account principals in braces, separated by spaces. For example, to delete accounts for bach, britten, and mahler, you would enter

dcecp> account delete {bach britten mahler}
dcecp>