Uninstalling a component Websocket request to uninstall a component. The result of command execution is notified via broadcasts hub.software.update.progress Request example: { "method": "hub.software.update.execute", "id": "_ID_", "params": { "actions": [ { "operation": "uninstall", "type": "custom_plugin", "id": "prefixedPluginName", } ] } }