deleteDnsZone( )


Deletes a DNS zone in Google's Cloud DNS.

The call is synchronous, that means it fails in case of an error on Google's side.

Important: This call requires an account level API key and cannot be authenticated with the standard authorization header.

Method Declaration
Copy
Method Parameters
domainNamestringRequired

Domain name to delete the DNS zone for.

Was this helpful?
Yes
No