public IActionResult DeleteWidget(string id) { _pluginSettings.DeleteWidget(id); return(R.Success.Result); }