paws.networking (version 0.1.6)

route53domains_disable_domain_transfer_lock: This operation removes the transfer lock on the domain (specifically the clientTransferProhibited status) to allow domain transfers

Description

This operation removes the transfer lock on the domain (specifically the clientTransferProhibited status) to allow domain transfers. We recommend you refrain from performing this action unless you intend to transfer the domain to a different registrar. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

Usage

route53domains_disable_domain_transfer_lock(DomainName)

Arguments

DomainName

[required] The name of the domain that you want to remove the transfer lock for.

Request syntax

svc$disable_domain_transfer_lock(
  DomainName = "string"
)