This statement is used to uninstall a plugin.
UNINSTALL PLUGIN <plugin_name>;
** 1. <plugin_name>**
The name of the uninstalled plugin
The user executing this SQL command must have at least the following permissions:
| Permissions | Object | Notes |
|---|---|---|
| ADMIN_PRIV | The entire cluster | Requires administrative privileges for the entire cluster |
Only non-builtin plugins can be uninstalled
To uninstall a plugin:
UNINSTALL PLUGIN auditdemo;