Zoneprofile:remove
Remove a zone profile
You can remove an existing zone profile by using the API request below.
XML Template
<?xml version="1.0" encoding="UTF-8"?>
<request xmlns:zoneprofile="http://www.eurodns.com/zoneprofile">
<zoneprofile:remove>
<zoneprofile:id>#ZONE PROFILE ID#</zoneprofile:id>
</zoneprofile:remove>
</request>
<zoneprofile:remove> (Occurrences: 1)
R | #ZONE PROFILE ID# | The identifier of the profile to be removed |
If the action was successful, the following code will be returned:
<?xml version="1.0" encoding="UTF-8"?>
<response xmlns="http://www.eurodns.com/">
<result code="1000">
<msg>Command completed successfully</msg>
</result>
</response>
Legend
O | The element is optional and does not have to be specified in the request and/or answer |
R | The element is mandatory and has to specifed in the request and/or answer |