mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Basic contact delete command implementation
This commit is contained in:
parent
1645b3e96f
commit
65bb5166cc
7 changed files with 65 additions and 1 deletions
12
spec/epp/requests/contacts/delete.xml
Normal file
12
spec/epp/requests/contacts/delete.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||
<command>
|
||||
<delete>
|
||||
<contact:delete
|
||||
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
||||
<contact:id>sh8913</contact:id>
|
||||
</contact:delete>
|
||||
</delete>
|
||||
<clTRID>ABC-12345</clTRID>
|
||||
</command>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue