Delete reseller[Link]

Purpose

Delete a reseller.

The delete reseller command is composed according to the relevant RFC. Some components need further explanation:

  • <org:id> is required. Contains the unique reference to the reseller chosen by the registrar.

Please refer to the examples to see a complete request.

Examples[Link]

An delete reseller command looks like:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <command>
    <delete>
      <org:delete xmlns:org="urn:ietf:params:xml:ns:epp:org-1.0">
        <org:id>reseller-01</org:id>
      </org:delete>
    </delete>
    <clTRID>ABC-12345</clTRID>
  </command>
</epp>

In case of successful delete, the EPP server responds with a standard EPP response message:

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <response>
    <result code="1000">
      <msg>Command completed successfully</msg>
    </result>
    <trID>
      <clTRID>aa1c9912-21db-4984-a311-c675aea2f9b8</clTRID>
      <svTRID>dnsbe-121564676</svTRID>
    </trID>
  </response>
</epp>

Note

It is not possible to delete a reseller that is still linked to 1 or more domains.