public IActionResult Delete(string id) { _catalogFunctionService.Delete(id, base.UserId); return(Ok()); }