public IActionResult DeleteEvent(int id) { bool deleteSucceeded = _repository.DeleteMeetupEvent(id); return(Ok()); }