Removing a user-defined isolated namespace
You remove a user-defined isolated namespace by running a DROP TENANT statement.
About this task
Once dropped, the name assigned to the namespace can be reused by another tenant definition. The tenant ID that was originally assigned to the now-dropped tenant is never reused again by a new tenant definition.
Procedure
From the command line, remove an isolated namespace.
DROP TENANT <tenant_name>
where tenant_name
is
the name of the isolated namespace.For more information, see DROP TENANT
statement.