zone_delete

Delete a zone

Inputs Description Type Regular expression Mandatory
API login Your api login String (min 3, max 10) Yes
API password Your api password String (min 5, max 15) Yes
name The registered domain name you want delete the zone for String (min 5, max 255) Yes

 

Outputs Description Possible values
The standard result code and message Please refer to the chapter ‘Tags description’

 

Command

<api>
[…]
<command>
<zone_delete>
<name>>mydomain.extension</name>
</zone_delete>
</command>
</api>

Response

<?xml version="1.0" encoding="utf-8"?>
<api>
<response>
<trID>…</trID>
<result code="…">
<msg>…</msg>
</result>
</response>
</api>