---
title: How do I remove a domain from my Vercel account?
description: Learn how to completely remove a domain from your Vercel account?
url: /kb/guide/how-do-i-remove-a-domain-from-my-vercel-account
canonical_url: "https://vercel.com/kb/guide/how-do-i-remove-a-domain-from-my-vercel-account"
published: 2025-11-03
last_updated: 2025-11-10
authors: Allen Hai
related:
  - /docs/concepts/projects/overview
  - /docs/custom-domains
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---
<!-- docsgraph:related -->
## Related pages

> **For AI agents:** Follow these links to understand how this page connects to the rest of the Vercel ecosystem. For the full cross-link map (inbound, outbound, prerequisites, and semantic neighbors), see the .graph.md link below.

- [Removing a Domain](https://vercel.com/docs/domains/working-with-domains/remove-a-domain?from=related) — Learn how to remove a domain from a Project and from your account completely with this guide.
- [Remove a domain from a project](https://vercel.com/docs/rest-api/projects/remove-a-domain-from-a-project?from=related)
- [Remove a domain by name](https://vercel.com/docs/rest-api/domains/remove-a-domain-by-name?from=related)
- [Adding a Domain](https://vercel.com/docs/domains/working-with-domains/add-a-domain?from=related) — Learn how to add a custom domain to your Vercel project, verify it, and correctly set the DNS or Nameserver values.
- [Working with Domains](https://vercel.com/docs/domains/working-with-domains?from=related) — Learn how domains work and the options Vercel provides for managing them.
- [How do I delete a Vercel team?](https://vercel.com/kb/guide/how-do-i-delete-a-vercel-team?from=related) — Information on deleting a Vercel team.
- [How do I delete my Vercel account?](https://vercel.com/kb/guide/how-do-i-delete-my-vercel-account?from=related) — This guide covers how to delete your personal or team account on Vercel.
- [How do I add a custom domain to my Vercel project?](https://vercel.com/kb/guide/how-do-i-add-a-custom-domain-to-my-vercel-project?from=related) — Learn how to add a custom domain to your Vercel project.
- [How do I resolve alias related errors on Vercel?](https://vercel.com/kb/guide/how-to-resolve-alias-errors-on-vercel?from=related) — Information on resolving alias related errors on Vercel.
- [Can I disable auto renewals for a domain registered with Vercel?](https://vercel.com/kb/guide/how-can-i-disable-auto-renewals-for-a-domain-registered-with-vercel?from=related) — Learn about disabling auto-renewal of domains registered with Vercel.

Full cross-link map for this page: [/kb/guide/how-do-i-remove-a-domain-from-my-vercel-account.graph.md](/kb/guide/how-do-i-remove-a-domain-from-my-vercel-account.graph.md)
<!-- /docsgraph:related -->


Sometimes you want to completely dissasociate a domain from your project and account in general. Read on to learn how to remove all traces of a domain from your account.

## Remove Domain Via Project Settings

To remove a domain from your account, you can quickly navigate to the relevant Project by appending `/_src` to your domain, which will take you to the [source view](https://vercel.com/docs/concepts/projects/overview#logs-and-source-protection) of the Deployment Inspector.

From there, you can click on the Project name in the top breadcrumb navigatigation and go over to the Project's [settings](https://vercel.com/docs/custom-domains#step-2:-navigating-to-domain-settings) to remove the domain.

## Remove Domain Via Account

If you navigate to the domains section of your dashboard, you'll find a list of all the domains under your account. You can delete the domain by clicking on the **Delete** menu item that gets exposed after clicking on the triple-dot menu toggle.