Inhaltsverzeichnis dieser Seite

Beschreibung

Mit dem Kommando Domain Delete Authinfo1 löschst du eine bestehende AuthInfo1 für eine Domain. Das Kommando kann unabhängig von einer bestehenden AuthInfo1 abgesendet werden. Der Auftrag wird dann immer erfolgreich abgeschlossen.

XML-Beispiele

Request
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
    <command>
        <delete>
            <domainrobot:authinfo1 xmlns:domainrobot="urn:org:domainrobot:ns:ext-1.0">
                <domainrobot:name>epptest.de</domainrobot:name>
            </domainrobot:authinfo1>
        </delete>
        <clTRID>ABC-12345</clTRID>
    </command>
</epp>
Response
<epp xmlns:contact="urn:ietf:params:xml:ns:contact-1.0"
    xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xmlns:domainrobot="urn:org:domainrobot:ns:ext-1.0">
    <response>
        <result code="1000">
            <msg lang="en">Command completed successfully</msg>
        </result>
        <trID>
            <clTRID>ABC-12345</clTRID>
        </trID>
    </response>
</epp>