Delete a DNS record
eurodns_dns_delete_recordDelete a DNS record from a zone by record ID or by type and host. Provide exact rdata when several records share type and host to avoid ambiguous selection; read the zone first.
Instructions
Deletes one DNS record from a zone, either by its numeric recordId or by type and host, resolving the id from the live zone in the second case. Give rdata as well when several records share a type and host: an ambiguous selection is refused rather than guessed. Read the zone first with eurodns_dns_get_zone to see what it holds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Node the record applies to. Use "" or "@" for the apex. Required without recordId. | |
| type | No | Record type of the record to delete, e.g. A, CNAME, TXT. Required without recordId. | |
| rdata | No | Exact current value, to disambiguate. | |
| recordId | No | Numeric id of the record, from the records eurodns_dns_get_zone returns. When given, type and host are not needed. | |
| domainName | Yes | Zone to modify, e.g. example.com. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | ||
| deleted | Yes |