---
title: Tenant Custom Nameservers
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/go)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Tenant Custom Nameservers

##### [List Tenant Custom Nameservers](https://developers.cloudflare.com/api/go/resources/tenant%5Fcustom%5Fnameservers/methods/get)

client.TenantCustomNameservers.Get(ctx, tenantTag) (\*SinglePage\[[TenantCustomNameserverGetResponse](https://developers.cloudflare.com/api/go/resources/tenant%5Fcustom%5Fnameservers#%28resource%29%20tenant%5Fcustom%5Fnameservers%20%3E%20%28model%29%20TenantCustomNameserverGetResponse%20%3E%20%28schema%29)\], error)

GET/tenants/{tenant\_tag}/custom\_ns

##### [Add Tenant Custom Nameserver](https://developers.cloudflare.com/api/go/resources/tenant%5Fcustom%5Fnameservers/methods/create)

client.TenantCustomNameservers.New(ctx, tenantTag, body) (\*[TenantCustomNameserverNewResponse](https://developers.cloudflare.com/api/go/resources/tenant%5Fcustom%5Fnameservers#%28resource%29%20tenant%5Fcustom%5Fnameservers%20%3E%20%28model%29%20TenantCustomNameserverNewResponse%20%3E%20%28schema%29), error)

POST/tenants/{tenant\_tag}/custom\_ns

##### [Delete Tenant Custom Nameserver](https://developers.cloudflare.com/api/go/resources/tenant%5Fcustom%5Fnameservers/methods/delete)

client.TenantCustomNameservers.Delete(ctx, tenantTag, customNSID) (\*SinglePage\[string\], error)

DELETE/tenants/{tenant\_tag}/custom\_ns/{custom\_ns\_id}