Deprecated: For more information, see Cloud Domains feature deprecation
Exports a Registration
resource, such that it is no longer managed by Cloud Domains.
When an active domain is successfully exported, 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
POST https://domains.googleapis.com/v1beta1/{name=projects/*/locations/*/registrations/*}:export
The URL uses gRPC Transcoding syntax.
Path parameters
name
string
Required. The name of the Registration
to export, in the format projects/*/locations/*/registrations/*
.
Authorization requires the following IAM
permission on the specified resource name
:
-
domains.registrations.configureManagement
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 .

