Command
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<delete>
<domain:delete
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>example.tld</domain:name>
</domain:delete>
</delete>
<extension>
<launch:delete
xmlns:launch="urn:ietf:params:xml:ns:launch-1.0">
<launch:phase name="TLD-SUNRISE">custom</launch:phase>
<launch:applicationID>123</launch:applicationID>
</launch:delete>
</extension>
<clTRID>62CB2558-A467-495E-89BF-3ACF9F1EAF9B</clTRID>
</command>
</epp>
Response
<?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>62CB2558-A467-495E-89BF-3ACF9F1EAF9B</clTRID>
<svTRID>0ee118e6-155e-4ffe-9fb0-1db13d24c5f2</svTRID>
</trID>
</response>
</epp>