v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBregistrar transfer
Disable domain transfer lock
Unlocks the domain to allow domain transfers.
delete/{account}/registrar/domains/{domain}/transfer_lock
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
Response
Successfully unlocked the domain.
Example response
{
"data": {
"enabled": true
}
}