This page describes how to delete a registered domain in Cloud Domains.
Before you delete a project with active domain registrations, transfer your registered domains from Cloud Domains to another registrar to avoid losing access.
To delete a registered domain, complete the following steps.
Console
-
In the Google Cloud console, go to the Cloud Domainspage.
-
On the Registrationspage, select the domain name that you want to delete.
-
Next to the domain name that you want to delete, click More.
-
To remove the domain, click Delete.
gcloud
Use the gcloud domains registrations delete
command
:
gcloud domains registrations delete DOMAIN_NAME
Replace DOMAIN_NAME
with the name of the registered
domain that you want to delete—for example, example.app
.
API
Use the registrations.delete
method
with an empty request body:
DELETE https://domains.googleapis.com/v1/projects/ PROJECT_ID /locations/global/registrations/ DOMAIN_NAME
Replace the following:
-
PROJECT_ID: the name of your project -
DOMAIN_NAME: the name of the domain that you want to delete
What's next
- To view a list of your registered domains, see List registered domains .
- To edit registration settings for a domain in Cloud Domains, see Edit registration settings .
- To access API information, see the Cloud Domains API .
- To find solutions for common issues that you might encounter when using Cloud Domains, see Troubleshooting .

