Delete a record from 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 | |
zoneName | The registered domain name you want to update the record for | String (min 5, max 255) | Yes | |
id | Id of the record you want to delete | int | Yes |
Outputs | Description | Possible values |
The standard result code and message | Please refer to the chapter ‘Tags description’ |
Command
<api> […] <command> <record_delete> <name>>mydomain.extension</name> <id>…</id> </record_delete> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> </api> |