Delete a registered domain

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.

To perform this task, you must have been granted the following permissions or the following IAM roles.

Permissions

  • domains.registrations.delete

Roles

  • roles/domains.admin
  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.

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.

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