---
title: "Disable vanity name servers"
method: DELETE
path: "/{account}/vanity/{domain}"
tags: ["vanity name servers"]
---

# Disable vanity name servers

`DELETE /{account}/vanity/{domain}`

Disables Vanity Name Servers for the domain.

This method removes the A and AAAA records required for the domain to provide vanity name servers, but it does not change the delegation for the domain. To change the delegation for domains to vanity name servers use the endpoints to Delegate to Vanity Name Servers or Dedelegate from Vanity Name Servers.

## Path parameters

- `account` integer, required
- `domain` string, required

## Response `204`

Successfully disabled vanity name servers on the domain.

## Other responses

- `400` — A required parameter is missing or the request is invalid.
- `404` — The requested resource doesn't exist.

---

[API](https://skmtc.net/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.net/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/revisions/270bb4f6f532/schema)
