cloudflare_kv_delete
Delete a key from a Workers KV namespace by providing the namespace ID and key name. Removes the specified key to manage stored data.
Instructions
Delete a key from a Workers KV namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_name | Yes | Key name to delete (max 512 characters) | |
| namespace_id | Yes | KV namespace ID (32-character hex string) |