Delete DNS records
delete_dns_recordDelete all DNS records of a given type and name for a domain. Preview deletion with dry_run before applying.
Instructions
Delete ALL DNS records of a given type and name for a domain. Pass dry_run=true to preview the deletion without applying it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Record name/subdomain to delete — use "@" for apex/root | |
| domain | Yes | The root domain, e.g. "example.com" | |
| dry_run | No | When true, make NO call to the GoDaddy API — just describe the change that would be made | |
| record_type | Yes | DNS record type: A, AAAA, CNAME, MX, TXT, NS, SRV, CAA, ... |