epp-client 0.7.0

EPP (Extensible Provisioning Protocol) Client Library for Domain Registration and Management
Documentation
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
    <command>
        <delete>
            <host:delete xmlns:host="urn:ietf:params:xml:ns:host-1.0">
                <host:name>ns1.eppdev-1.com</host:name>
            </host:delete>
        </delete>
        <clTRID>cltrid:1626454866</clTRID>
    </command>
</epp>