We're using the API to tear down workers but their KV bindings are not being torn down with them.

This leads to a deleted worker but its KV namespace hangs around:
await cf.workers.scripts.delete(script, { account_id })

How can we cascade delete the KV namspace?
Was this page helpful?