Delete DNS Record
infra.cloudflare.dns_deleteDelete a DNS record from a Cloudflare zone by providing the zone ID and record ID. Removes the record immediately.
Instructions
⚡ ACTION: Delete a DNS record from a Cloudflare zone by record ID. Removes the record immediately (Cloudflare)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Cloudflare Zone ID | |
| record_id | Yes | DNS record ID to delete (from dns_list results) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |