public async Task <IActionResult> DeleteByUserIdAsync(string userId) { await _companyServices.DeleteCompanyByUserIdAsync(userId); return(Ok()); }