Deleting Tenants
You should be a user in the master tenant and have both Tenant administrator and User administrator privileges to delete a tenant.
To delete a tenant
1. To delete a tenant execute the following command.
acc > set acc cfg delete.tenant.app.types=ECP,ABS,ADS,UMC
acc > delete tenant <<tenant.name>>
Note: | If the tenant user name and passwords are changed, you can supply the credentials as part of delete tenant command as follows: |
acc > set acc cfg delete.tenant.app.types=ECP,ABS,ADS,UMC
acc > delete tenant <<tenant.name>>
master.tenant.user.name=<<master.tenant.user.name>>
master.tenant.user.pwd=<<master.tenant.user.pwd>>