---
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
---

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.