Remove records from an RRSet
remove_recordsRemove specific DNS records from an RRSet, matching by value; deleting the last record removes the RRSet entirely. Uses a confirmation token to safely apply changes.
Instructions
Remove specific records (matched by value) from an RRSet. Removing the last record deletes the RRSet. The first call returns a short-lived confirmation token bound to exactly this record list.
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" | |
| records | Yes | ||
| confirmToken | No | Confirmation token from the previous call of this same tool with identical arguments. Omit on the first call — the server then returns a token that is valid for a few minutes. |