Releasing a .UK Domain Name

Description

Releases (transfers out) the specified .UK domain name to the specified Registrar.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
order-id Integer Required Order ID of the Domain Registration Order which you want to release (transfer out)
new-tag String Required

Tag of the new Registrar. For a two character tag, it is necessary to prepend the tag with a # character.

Example: The tag VI needs to be mentioned as #VI.

 

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domains/uk/release.json?auth-userid=0&api-key=key&order-id=0&new-tag=newregistrartag

Response

Returns a hash map containing the below details:

  • Domain Name (description)

  • Order ID of the Domain Registration Order (entityid)

  • Description of the Domain Release Action (actiontypedesc)

  • Action ID of the Domain Release Action (eaqid)

  • Domain Release Action Status (actionstatus)

  • Description of the Domain Release Action Status (actionstatusdesc)

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.