Python
import requests url = "https://{FUSION HOST}/api/connectors/plugins/{type}" response = requests.delete(url) print(response.text)
{ "pluginId": "lucidworks.slack", "status": { "action": "UNINSTALL", "status": "SUCCESS", "message": "Plugin with pluginId 'lucidworks.slack' was uninstalled successfully." } }
Uninstall the connector plugin with the given ID.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
The connector type.
OK
The ID of the connector plugin.
"lucidworks.web-v2"
The action taken and its final status.
Show child attributes
Was this page helpful?