A host cancellation notification is generated to inform you when hosts, that are linked to domains that you sponsor, are cancelled by us. Such cancellations will occur when a superordinate domain name associated with a host is cancelled.
<epp:resData> element
The <resData> element contains a <n:hostCancData> element which lists the hosts that were cancelled. A <domain:listData> element is also given which lists the domains that were previously linked the one or more of the cancelled hosts.
Example of a Host Cancelled Notification
<?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="http://www.nominet.org.uk/epp/xml/epp-1.0 epp-1.0.xsd">
<response>
<result code="1301">
<msg>Command completed successfully; ack to dequeue</msg>
</result>
<msgQ count="2" id="1">
<qDate>2008-04-30T13:39:13Z</qDate>
<msg>Host cancellation notification</msg>
</msgQ>
<resData>
<n:hostCancData
xmlns:n="http://www.nominet.org.uk/epp/xml/nom-notifications-2.0"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-notifications-2.0
nom-notifications-2.0.xsd">
<n:hostObj>ns0.example.com</n:hostObj>
<n:hostObj>ns1.example.com</n:hostObj>
<n:hostObj>ns2.example.com</n:hostObj>
</n:hostCancData>
<domain:listData no-domains="2"
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>test.co.uk</domain:name>
<domain:name>test2.co.uk</domain:name>
</domain:listData>
</resData>
<trID>
<clTRID>EPP-ABC-12345</clTRID>
<svTRID>203355</svTRID>
</trID>
</response>
</epp>