# TenantCustomNameservers

Types:

- <code><a href="./src/resources/tenant-custom-nameservers.ts">TenantCustomNameserverCreateResponse</a></code>
- <code><a href="./src/resources/tenant-custom-nameservers.ts">TenantCustomNameserverDeleteResponse</a></code>
- <code><a href="./src/resources/tenant-custom-nameservers.ts">TenantCustomNameserverGetResponse</a></code>

Methods:

- <code title="post /tenants/{tenant_tag}/custom_ns">client.tenantCustomNameservers.<a href="./src/resources/tenant-custom-nameservers.ts">create</a>(tenantTag, { ...params }) -> TenantCustomNameserverCreateResponse</code>
- <code title="delete /tenants/{tenant_tag}/custom_ns/{custom_ns_id}">client.tenantCustomNameservers.<a href="./src/resources/tenant-custom-nameservers.ts">delete</a>(customNSID, { ...params }) -> TenantCustomNameserverDeleteResponsesSinglePage</code>
- <code title="get /tenants/{tenant_tag}/custom_ns">client.tenantCustomNameservers.<a href="./src/resources/tenant-custom-nameservers.ts">get</a>(tenantTag) -> TenantCustomNameserverGetResponsesSinglePage</code>
