dns_record_remove
Remove a DNS record from a domain using its full name, type, and value. Supports A, AAAA, CNAME, MX, TXT, SRV, and NS records.
Instructions
Remove a DNS record from a domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The DNS record type | |
| value | Yes | The value of the DNS record to remove | |
| fullRecordName | Yes | The full record name including the domain (e.g. www.example.com) |