We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contact object with serverDeleteProhibited status was successfully deleted from the registry by the registrar
sample contact info
<?xml version="1.0" encoding="UTF-8"?> <epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="lib/schemas/epp-ee-1.0.xsd"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <resData> <contact:infData xmlns:contact="https://epp.tld.ee/schema/contact-ee-1.1.xsd"> <contact:id>REG2:36A5F9D3</contact:id> <contact:roid>EIS-238346</contact:roid> <contact:status s="serverDeleteProhibited"/> <contact:postalInfo type="int"> <contact:name>Name Here</contact:name> </contact:postalInfo> <contact:voice>+372.12345</contact:voice> <contact:email>nam@he.re</contact:email> <contact:clID>REG2</contact:clID> <contact:crID>REG2</contact:crID> <contact:crDate>2016-06-08T16:52:06+03:00</contact:crDate> <contact:upDate>2018-03-07T17:55:01+02:00</contact:upDate> </contact:infData> </resData> <extension> <eis:extdata xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd"> <eis:ident type="priv" cc="FI">1234</eis:ident> </eis:extdata> </extension> <trID> <clTRID>timo-1520438107</clTRID> <svTRID>ccReg-4113260141</svTRID> </trID> </response> </epp>
epp delete request and response
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd"> <command> <delete> <contact:delete xmlns:contact="https://epp.tld.ee/schema/contact-ee-1.1.xsd"> <contact:id>REG2:36A5F9D3</contact:id> <contact:authInfo> <contact:pw>hdaJ4tSp</contact:pw> </contact:authInfo> </contact:delete> </delete> <extension> <eis:extdata xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd"/> </extension> <clTRID>timo-1520438109</clTRID> </command> </epp>
<?xml version="1.0" encoding="UTF-8"?> <epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="lib/schemas/epp-ee-1.0.xsd"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <trID> <clTRID>timo-1520438109</clTRID> <svTRID>ccReg-9225662206</svTRID> </trID> </response> </epp>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
contact object with serverDeleteProhibited status was successfully deleted from the registry by the registrar
sample contact info
epp delete request and response
The text was updated successfully, but these errors were encountered: