delete_dns_record
Delete a specific DNS record from your subdomain by providing the record ID or record type when only one exists.
Instructions
Delete a single DNS record from a subdomain. Identify it by record_id (shown in list_subdomains) or by record_type when the subdomain has exactly one record of that type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | No | DNS record ID from list_subdomains | |
| subdomain | Yes | Subdomain name, full domain, or ID | |
| record_type | No | Record type (A, AAAA, CNAME, MX, TXT) — used when record_id is omitted |