To remove an existing user-defined namespace, use the following rhino-console command or related MBean operation.
| 
 | 
The default namespace cannot be removed. | 
| 
 | 
All deployable units (other than the deployable unit containing the standard JAIN SLEE-defined types) must be uninstalled and all profile tables removed from a namespace before that namespace can be removed. | 
Console command: removenamespace
Command  | 
removenamespace <name>
    Remove an existing deployment namespace | 
|---|---|
Example  | 
$ ./rhino-console removenamespace testnamespace Namespace testnamespace removed  | 
MBean operation: removeNamespace
MBean  | 
|
|---|---|
Rhino extension  | 
public void removeNamespace(String name)
  throws NullPointerException, UnrecognizedNamespaceException,
    InvalidStateException, ManagementException;
 | 
