Python
import requests url = "https://{FUSION HOST}/api/connectors/plugins/{type}" response = requests.delete(url) print(response.text)
{ "pluginId": "lucidworks.web-v2", "status": { "action": "INSTALL", "status": "SUCCESS", "message": "Plugin lucidworks.web-v2 was installed successfully." } }
Uninstall the connector plugin with the given ID.
The connector type.
OK
The ID of the connector plugin.
"lucidworks.web-v2"
The action taken and its final status.
Show child attributes
UNKNOWN
INSTALL
UPDATE
UNINSTALL
"INSTALL"
SUCCESS
FAIL
NOOP
"SUCCESS"
"Plugin lucidworks.web-v2 was installed successfully."
Was this page helpful?