# Delete Vanity Nameserver Deletes a vanity nameserver from the domain’s registry settings. This operation might fail if the registry detects the nameserver is still in use. Endpoint: DELETE /core/v1/domains/{domainName}/vanity_nameservers/{hostname} Version: 1.3.1 Security: BasicAuth ## Path parameters: - `domainName` (string, required) The domain name associated with the vanity nameserver. Example: "example.com" - `hostname` (string, required) The hostname of the vanity nameserver to delete. Example: "ns1.example.com" ## Response 400 fields (application/json): - `message` (string) A human-readable message providing more details about the error Example: "Bad Request" - `details` (string,null) Additional context or information about the error Example: "'domainName' cannot be null" ## Response 403 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error Example: "Permission denied" - `details` (string,null) Additional context or information about the error Example: "Failed authentication" ## Response 404 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error Example: "Not Found" - `details` (string,null) Additional context or information about the error Example: "The requested domain does not exist." ## Response 429 fields (application/json): - `message` (string) A human-readable message providing more details about the error Example: "Rate Limit Exceeded" ## Response 500 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error. Example: "Internal Server Error" - `details` (string,null) Additional context or information about the error. Example: "Something went wrong."