Delete a registered domain

This page describes how to delete a registered domain in Cloud Domains.

To delete a registered domain, complete the following steps.

Console

  1. In the Google Cloud console, go to the Cloud Domains page.

    Go to Cloud Domains

  2. On the Registrations page, select the domain name that you want to delete.

  3. Next to the domain name that you want to delete, click More.

  4. 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