# Delete Cloudflare DNS record

Canonical URL: https://docs.fuse.init.inc/integrations/cloudflare/actions/dns_records.delete

Delete a DNS record in the bound zone. Requires DNS Write. Engine-safe: provider 404 maps to already_absent.

Action ID: `dns_records.delete`
Provider: Cloudflare (`cloudflare`)
Contract version: 1

## Risk and exposure

- Risk: Destructive
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK
- MCP hints: readOnly=false, destructive=true, idempotent=true, openWorld=true

## Required scopes

None.

## Input schema fields

- `record_id`

## Output schema fields

- `id`

Provider overview: https://docs.fuse.init.inc/integrations/cloudflare
Actions index: https://docs.fuse.init.inc/integrations/cloudflare/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/cloudflare/actions/dns_records.delete
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/cloudflare/actions
