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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-20 UTC."],[[["This API allows exporting a `Registration` resource from Cloud Domains, removing it from Cloud Domains management."],["Upon successful export, the domain can be used in Google Domains, with the calling user becoming the sole owner."],["The HTTP request for exporting a domain is a `POST` request to a specific URL with the registration's name."],["The API requires a specific `domains.registrations.configureManagement` IAM permission and a specific OAuth scope to authorize the request."],["The request body must be empty when making a call to the export API, with the response body containing an `Operation` instance if successful."]]],[]]