Deletes a Registration
resource.
This method works on any Registration
resource using Subscription or Commitment billing, provided that the resource was created at least 1 day in the past.
For Registration
resources using Monthly billing, this method works if:
state
isEXPORTED
withexpireTime
in the paststate
isREGISTRATION_FAILED
state
isTRANSFER_FAILED
When an active registration is successfully deleted, you can continue to use the domain in Google Domains until it expires. The calling user becomes the domain's sole owner in Google Domains, and permissions for the domain are subsequently managed there. The domain does not renew automatically unless the new owner sets up billing in Google Domains.
HTTP request
DELETE https://domains.googleapis.com/v1/{name=projects/*/locations/*/registrations/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the Authorization requires the following IAM permission on the specified resource
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.