Subreg EPP server documentation
[All Commands]

Delete domain

Creates new order to delete existing domain from registry.

Input fields

  • name - full domain name (required)

Output fields

  • order-id - number of the order (required)

Example


<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
 <command>
  <delete>
   <domain:delete xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
    <domain:name>yourdomain.cz</domain:name>
   </domain:delete>
  </delete>
  <clTRID>SUBREG20120218T023800Z574</clTRID>
 </command>
</epp>

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <response>
   <result code="1001">
    <msg lang="en">Command completed successfully; action pending</msg>
   </result>
   <resData>
    <order:creData xmlns:order="http://www.subreg.cz/epp/order-1.0">
     <order:id>856275</order:id>
    </order:creData>
   </resData>
   <trID>
    <clTRID>SUBREG20120218T023800Z574</clTRID>
    <svTRID>SUBREG20120218T023800Z685</svTRID>
   </trID>
  </response>
</epp>

Subreg EPP server documentation - version 1.0