Table of contents

Description

This command deletes an existing AuthInfo1 for a domain and can be sent independently of an existing AuthInfo1. The request will always be completed successfully.

XML example

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>