@{ ViewData["Title"] = "Delete Account"; ViewData["PageIcon"] = "bi-trash3-fill"; var companyName = ViewBag.CompanyName as string ?? "your company"; var userCount = (int)(ViewBag.UserCount ?? 0); var jobCount = (int)(ViewBag.JobCount ?? 0); var quoteCount = (int)(ViewBag.QuoteCount ?? 0); var customerCount = (int)(ViewBag.CustomerCount ?? 0); var invoiceCount = (int)(ViewBag.InvoiceCount ?? 0); }
This action is permanent and cannot be undone.
Deleting your account will permanently deactivate access to @companyName and mark the following data for removal: