> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oviond.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete domain

> Remove a custom domain from your account.

Deleting a domain stops it from serving reports and removes it from Vercel on Oviond's side. Shared links that used the custom domain fall back to the default `oviond.com` domain.

<Steps>
  <Step title="Open Custom domains">
    Go to **Settings → Custom domains** (`/settings/custom-domains`).
  </Step>

  <Step title="Remove the domain">
    Click **Remove domain** on the domain, then confirm with **Remove domain** in the dialog (or **Keep domain** to cancel).
  </Step>

  <Step title="Clean up your DNS records">
    Optionally remove the `CNAME` (and any `TXT`) records in your DNS provider — Oviond doesn't touch your DNS admin.
  </Step>
</Steps>

<Note>
  Oviond removes the domain from Vercel and deletes its stored DNS records. If the deleted domain was the account default, set another active domain as the default so shared URLs continue to resolve under a custom domain.
</Note>
