Exports a Registration
that you no longer want to use with Cloud Domains. You can continue to use the domain in Google Domains until it expires.
If the export is successful:
- The resource's
state
becomesEXPORTED
, meaning that it is no longer managed by Cloud Domains - Because individual users can own domains in Google Domains, the calling user becomes the domain's sole owner. Permissions for the domain are subsequently managed in Google Domains.
- Without further action, the domain does not renew automatically. The new owner can set up billing in Google Domains to renew the domain if needed.
HTTP request
POST https://domains.googleapis.com/v1beta1/{name=projects/*/locations/*/registrations/*}:export
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.