mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +02:00
This does not change existing functionality but will allow us to use this common code in the yet-to-be-created web console action as well. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=227159346
17 lines
579 B
XML
17 lines
579 B
XML
<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.example.tld</host:name>
|
|
</host:delete>
|
|
</delete>
|
|
<extension>
|
|
<metadata:metadata xmlns:metadata="urn:google:params:xml:ns:metadata-1.0">
|
|
<metadata:reason>Deleted by registry administrator: Test</metadata:reason>
|
|
<metadata:requestedByRegistrar>false</metadata:requestedByRegistrar>
|
|
</metadata:metadata>
|
|
</extension>
|
|
<clTRID>RegistryTool</clTRID>
|
|
</command>
|
|
</epp>
|