[HttpDelete("{id}")]//ROUTE public IActionResult DeleteHobby(int id) { _hobbyService.Delete(id); return(Ok()); }