public async Task <IActionResult> Uninstall(string teamId) { await _slackTeamRepository.Delete(teamId); return(Ok("Ok")); }