[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-11 UTC."],[[["\u003cp\u003eCloud Domains users can delete a registered domain, but only after it has expired or been transferred to another registrar.\u003c/p\u003e\n"],["\u003cp\u003eBefore deleting a project with active domains, users should transfer their registered domains to avoid losing access to them.\u003c/p\u003e\n"],["\u003cp\u003eDeleting a domain registration requires the \u003ccode\u003edomains.registrations.delete\u003c/code\u003e permission or the \u003ccode\u003eroles/domains.admin\u003c/code\u003e role.\u003c/p\u003e\n"],["\u003cp\u003eThe process of deleting a domain can be accomplished through the Google Cloud console, the gcloud command-line tool, or the Cloud Domains API.\u003c/p\u003e\n"],["\u003cp\u003eOn September 7, 2023, Squarespace acquired all domain registrations and related accounts from Google Domains, and users can find more information in the provided FAQs.\u003c/p\u003e\n"]]],[],null,["# Delete a registered domain\n\n| **Note:** On September 7, 2023 Squarespace acquired all domain registrations and related customer accounts from Google Domains. For more information about how this change affects Cloud Domains, see [Cloud Domains feature deprecations](/domains/docs/deprecations/feature-deprecations), [Renew an expired domain registration](https://support.google.com/a/answer/6152355), and [Squarespace purchase of Google Domains FAQ](/domains/docs/faq).\n\n\u003cbr /\u003e\n\nThis page describes how to delete a registered domain in\nCloud Domains.\n\nBefore you delete a project with active domain registrations, transfer your\nregistered domains from Cloud Domains to another registrar to\navoid losing access.\n\n\n| **Caution:** You can't [delete a domain registration resource](/domains/docs/delete-domain) in Cloud Domains until it has expired or transferred out. However, you can [turn off automatic renewal for a domain name](/domains/docs/edit-registration-settings#turn-off-renew) or [transfer a registered domain to another registrar](/domains/docs/transfer-domain-to-another-registrar) and then delete the domain registration resource in Cloud Domains.\n\n\u003cbr /\u003e\n\nTo delete a registered domain, complete the following steps.\n\n#### Permissions required for this task\n\nTo perform this task, you must have been granted the following permissions\n*or* the following IAM roles.\n\n**Permissions**\n\n- `domains.registrations.delete`\n\n**Roles**\n\n- `roles/domains.admin` \n\n### Console\n\n1. In the Google Cloud console, go to the **Cloud Domains** page.\n\n [Go to Cloud Domains](https://console.cloud.google.com/net-services/domains/registrations/list)\n2. On the **Registrations** page, select the domain name that you\n want to delete.\n\n3. Next to the domain name that you want to delete, click\n more_vert**More**.\n\n4. To remove the domain, click\n delete**Delete**.\n\n### gcloud\n\nUse the\n[`gcloud domains registrations delete` command](/sdk/gcloud/reference/domains/registrations/delete): \n\n```\ngcloud domains registrations delete DOMAIN_NAME\n```\n\nReplace \u003cvar translate=\"no\"\u003eDOMAIN_NAME\u003c/var\u003e with the name of the registered\ndomain that you want to delete---for example, `example.app`.\n\n### API\n\nUse the\n[`registrations.delete` method](/domains/docs/reference/rest/v1/projects.locations.registrations/delete)\nwith an empty request body: \n\n```\nDELETE https://domains.googleapis.com/v1/projects/PROJECT_ID/locations/global/registrations/DOMAIN_NAME\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of your project\n- \u003cvar translate=\"no\"\u003eDOMAIN_NAME\u003c/var\u003e: the name of the domain that you want to delete\n\nWhat's next\n-----------\n\n- To view a list of your registered domains, see [List registered domains](/domains/docs/list-registrations).\n- To edit registration settings for a domain in Cloud Domains, see [Edit registration settings](/domains/docs/edit-registration-settings).\n- To access API information, see the [Cloud Domains API](/domains/docs/reference/rest).\n- To find solutions for common issues that you might encounter when using Cloud Domains, see [Troubleshooting](/domains/docs/troubleshooting)."]]