Domain:transferout

How to transfer out a domain

To launch transfer out process of your domains send the following request to our API server.

Please note that only a couple of top-level domains support domain transfer out. You can use to the tld:info request to get further information on a top-level domain. Parse the element tld:transferOutEnabled to find out whether domains under a given top-level domain may be transfer out or not.

In application of ICANN Transfer Policy, the modification you have operated within the last 60 days on your domain name have triggered the application of so-called "transfer lock". Sending domain:transferout requests will lift this lock.

XML Template - How to transfer out a domain
<?xml version="1.0" encoding="UTF-8"?>
    <request xmlns:domain="http://www.eurodns.com/domain">
        <domain:transferout>
            <domain:name>#DOMAIN.TLD#</domain:name>
        </domain:transferout>
    </request>

<domain:transferout> (Occurrences: 1)

<domain:name> (Occurrences: 1)

R #DOMAIN.TLD# Name of the domain to transfer out
If the action was successful, the following code will be returned:
<?xml version="1.0" encoding="UTF-8"?>
    <response xmlns="http://www.eurodns.com/">
        <result code="1001">
            <msg>Command completed successfully, action pending</msg>
        </result>
    </response>

Legend

O The element is optional and does not have to be specified in the request and/or answer
R The element is mandatory and has to specified in the request and/or answer