Skip to main content
Glama

Cloudflare MCP Server

by ry-ops

delete_dns_record

Remove DNS records from Cloudflare zones to manage domain configurations, update routing, or clean up obsolete entries using zone and record identifiers.

Instructions

Delete a DNS record from a zone

Input Schema

NameRequiredDescriptionDefault
zone_idYesThe zone ID
record_idYesThe DNS record ID to delete

Input Schema (JSON Schema)

{ "properties": { "record_id": { "description": "The DNS record ID to delete", "type": "string" }, "zone_id": { "description": "The zone ID", "type": "string" } }, "required": [ "zone_id", "record_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ry-ops/cloudflare-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server