delete_dns_record
Remove a specified DNS record from Cloudflare by providing its ID using this tool on the MCP Cloudflare DNS Server.
Instructions
Delete a DNS record
Input Schema
Name | Required | Description | Default |
---|---|---|---|
recordId | Yes | The DNS record ID to delete |
Input Schema (JSON Schema)
{
"properties": {
"recordId": {
"description": "The DNS record ID to delete",
"type": "string"
}
},
"required": [
"recordId"
],
"type": "object"
}