MCP tool · DNS
delete_dns_record
Delete one DNS record, addressed by record_id, and confirm it is gone from the zone.
delete_dns_record
DestructiveIdempotent
Description
Delete one DNS record, addressed by record_id, and confirm it is gone from the zone. This removes exactly the one record and nothing else. To change a record instead of removing it use update_dns_record. Deleting an A or MX record can take a site or its mail offline, so confirm the id with list_dns_records first.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|
record_id
required
|
string |
The record id from list_dns_records → data[].id (e.g. rec_0a1b2c3d4e5f6a7b).
|