dns_remove_record
Remove a DNS record by providing the exact hostname, type, and value to delete.
Instructions
Remove a DNS record. record, type, and value must match the existing record exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | DNS record type | |
| value | Yes | Exact record value to remove | |
| record | Yes | Domain or hostname, e.g. example.com | |
| unique_id | No | Optional idempotency key to avoid duplicate submissions |