Skip to Main Content

Nominet

Log in to the online service
Log in to Online Services
Skip Primary Navigation
Skip All Secondary and Tertiary Navigation

Print this page  | Contact Us

The unrenew operation is used to reverse a renewal request made for a domain name. The unrenew command only applies to domain names. It has no meaning for other object types.

Domains

Unrenew commands will only be processed if the renewal invoice has not yet been generated. If the operation is successful, an email will be sent to the registrant of the domain name notifying them of the renewal reversal.

<domain:unrenew> element

This element is only available in the 1.2 versions of the nom- schemas. The domain:unrenew element contains the following child elements:

  • domain:name elements that contains the fully qualified name of the domain objects whose renewal is to be undone.

Examples

Example of a domain unrenew command 

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
  epp-1.0.xsd">
  <command>
  <update>
  <domain:unrenew
   xmlns:domain="http://www.nominet.org.uk/epp/xml/nom-domain-2.0"
   xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-domain-2.0
  nom-domain-2.0.xsd">
  <domain:name>example.co.uk</domain:name>
  <domain:name>example2.co.uk</domain:name>
  </domain:unrenew>
  </update>
  <clTRID>ABC-12345</clTRID>
  </command>
  </epp>

Example successful domain renew response

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
epp-1.0.xsd">
<response>
  <result code="1000">
  <msg>Command completed successfully</msg>
  </result>
  <resData>
  <domain:renData
   xmlns:domain="http://www.nominet.org.uk/epp/xml/nom-domain-2.0"
   xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-domain-2.0
   nom-domain-1.2.xsd">
  <domain:name>example.co.uk</domain:name>
  <domain:exDate>2007-04-03T22:00:00.0Z</domain:exDate>
  </domain:renData>
  <domain:renData
   xmlns:domain="http://www.nominet.org.uk/epp/xml/nom-domain-2.0"
   xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-domain-2.0
   nom-domain-2.0.xsd">
  <domain:name>example2.co.uk</domain:name>
  <domain:exDate>2007-04-03T22:00:00.0Z</domain:exDate>
  </domain:renData>
</resData>
  <trID>
  <clTRID>ABC-12345</clTRID>
  <svTRID>265768</svTRID>
  </trID>
  </response>
</epp>
 
 
 

© Nominet UK 1996-2010  |  Accessibility  |  Site Map  |  Feeds  |  Glossary  |  Privacy Policy  |  Terms of Use