Metaregistrar EPP documentation

All host commands: (check) (create) (delete) (info) (modify)

Deleting a host name

You may delete a host name when the client does not want it any more and when it is not associated to domain names.

Every host:delete command is executed immediately. Only one hostname is allowed per <delete> command.

NOTE: Currently the host:delete command is unimplemented due to intermittent errors in the back-end.



Example : Deleting a host name

<?xml version="1.0" encoding="UTF-8"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:host="urn:ietf:params:xml:ns:host-1.0"> <command> <delete> <host:delete> <host:name>ns1.docu-test-case.com</host:name> </host:delete> </delete> <clTRID>57d147f15f0b0</clTRID> </command> </epp>

You will receive a confirmation the host deletion was succesful. <?xml version="1.0" encoding="UTF-8"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" xmlns:host="urn:ietf:params:xml:ns:host-1.0" xmlns:ext="http://www.metaregistrar.com/epp/ext-1.0" xmlns:command-ext="http://www.metaregistrar.com/epp/command-ext-1.0" xmlns:command-ext-domain="http://www.metaregistrar.com/epp/command-ext-domain-1.0" xmlns:secDNS="urn:ietf:params:xml:ns:secDNS-1.1" xmlns:rgp="urn:ietf:params:xml:ns:rgp-1.0"> <response> <result code="2102"> <msg>Unimplemented option</msg> </result> <trID> <svTRID>MTR_1c990a4f5e7ee9014eceb1cc231da6485b8ce3b6</svTRID> <clTRID>57d147f15f0b0</clTRID> </trID> </response> </epp>