wp plugin uninstall <plugin>
Uninstalls one or more plugins
Arguments
| Name | Description | 
|---|---|
| plugin | One or more plugins to uninstall | 
Options
| Name | Description | 
|---|---|
| --deactivate | Deactivate the plugin before uninstalling. Default behavior is to warn and skip if the plugin is active | 
| --skip-delete | If set, the plugin files will not be deleted. Only the uninstall procedure will be run | 
| --all | If set, all plugins will be uninstalled |