cloudflare_worker_secret_delete
Delete a named secret from a Cloudflare Worker script. Specify the script name and secret name to remove it.
Instructions
Delete a secret from a Workers script by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_name | Yes | Worker script name (lowercase alphanumeric and hyphens) | |
| secret_name | Yes | Name of the secret to delete |