Function remove_plugin

Source
pub async fn remove_plugin(
    configuration: &Configuration,
    plugin_id: &str,
) -> Result<StatusOk, Error<RemovePluginError>>
Expand description

Remove the plugin with the provided ID from the server. All plugin files are deleted. Plugins must be enabled in the server’s config settings. ##### Permissions Must have manage_system permission. Minimum server version: 4.4