npx wrangler kv bulk delete ./kv-keys.json --namespace-id 2f1b3c4d5e6f7a8b9c0d1e2f3a4b5c6d

Category: Cloudflare

npx wrangler kv bulk delete ./kv-keys.json --namespace-id 2f1b3c4d5e6f7a8b9c0d1e2f3a4b5c6d

Delete many KV keys from a JSON list

Takes a JSON array of key strings, like ["a","b","c"], and deletes them all in one call. Destructive with no undo, so generate the list from `wrangler kv key list` and review it before running. Compare with `wrangler kv bulk put` for the upload counterpart.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.