Releasing a .UK Domain Name

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 or auth-password 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 name of the new Registrar.

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.