|  Developer
Updated on December 31, 2021

Uninstalling a component

Request example:

				
					{
    "method": "hub.software.update.execute",
    "id": "_ID_",
    "params": {
        "actions": [
            {
                "operation": "uninstall",
                "type": "custom_plugin",
                "id": "prefixedPluginName",
            }
        ]
    }
}