Delete
Purpose⚓
Delete an existing Domain Name Record.
Authority⚓
Only the Managing AR of a Domain Name Record can submit a Delete Domain Request.
Result⚓
Upon the completion of the Delete Domain Request, the Domain Name Record will cease to exist. A Domain Name Record that was deleted, can be re-created by submission of a complete Create Domain Request.
Code Example⚓
<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
xmlns:isocil="http://www.isoc.org.il/xml/epp/isocil-1.0"
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"
xmlns:domainrequest="http://www.isoc.org.il/xml/epp/isocil-domainrequest-1.0"
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0epp-1.0.xsd
http://www.isoc.org.il/xml/epp/isocil-1.0isocil-1.0.xsd
urn:ietf:params:xml:ns:domain-1.0domain-1.0.xsd
http://www.isoc.org.il/xml/epp/isocil-domainrequest-1.0isocil-domainrequest-1.0.xsd
urn:ietf:params:xml:ns:contact-1.0contact-1.0.xsd">
<command>
<delete>
<domain:delete>
<domain:name>example.org.il</domain:name>
</domain:delete>
</delete>
<clTRID>XY-152</clTRID>
</command>
</epp>
Legend⚓
<domain:delete> ... </domain:delete>
: Defines that the desired Registration Action, Delete Domain, where:<domain:name> ... </domain:name>
: Defines the Domain Name to be deleted.<clTRID> ... </clTRID>
: AR's transaction identifier.
Tags occurance table⚓
Tag | Occurrences (MIN-MAX) |
Size + Remarks |
---|---|---|
<epp> |
1 | |
<command> |
1 | |
<delete> |
1 | |
<domain:delete> |
1 | |
<domain:name> |
1 | Token: 9-73. |
<clTRID> |
1 | token: 3-64 |