To uninstall a license, use the following rhino-console command or related MBean operation.
Console command: uninstalllicense
Command  | 
uninstalllicense <serial id> Uninstalls the specified license  | 
|---|---|
Example  | 
To uninstall the license with serial ID "105563b8895": $ ./rhino-console uninstalllicense 105563b8895 Uninstalling license with serial ID: 105563b8895  | 
| 
 | 
License files must be on the local filesystem of the host where the node is running. | 
MBean operation:  uninstall
MBean  | 
|
|---|---|
Rhino operation  | 
public void uninstall(String serial)
        throws UnrecognizedLicenseException, ConfigurationException
 | 
