delete_worker_route
Delete a Cloudflare Worker route by its ID. Set confirm:true to execute the deletion; otherwise, a preview is returned.
Instructions
Delete a Worker route by ID. Requires confirm:true (human-approval gate); without it returns a preview only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | The Cloudflare zone ID (32-char hex). Get it from list_zones. | |
| route_id | Yes | Route ID (from list_worker_routes). | |
| confirm | No | Human-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve before this is set to true. |