DELETE
/
connectors
/
plugins
/
{type}
Uninstall a plugin
curl --request DELETE \
  --url https://{FUSION HOST}/api/connectors/plugins/{type}
{
  "pluginId": "lucidworks.slack",
  "status": {
    "action": "UNINSTALL",
    "status": "SUCCESS",
    "message": "Plugin with pluginId 'lucidworks.slack' was uninstalled successfully."
  }
}

Path Parameters

type
string
required

The connector type.

Response

200 - application/json

OK

The response is of type object.