Delete RRSet
delete_rrsetPermanently delete a DNS record set (RRSet) from a Hetzner DNS zone. Requires explicit confirmation to ensure irreversible removal.
Instructions
Permanently delete an RRSet (DNS record set) with all its records. This is irreversible. Requires confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the RRSet, relative to the zone and in lower case, e.g. "www" or "@" for the zone apex | |
| type | Yes | Type of the RRSet, e.g. "A" or "TXT" | |
| zone | Yes | ID or name of the zone, e.g. "example.com" | |
| confirm | No | Must be true to actually delete the RRSet. Ask the user for confirmation first. |