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:
How can we cascade delete the KV namspace?
4 Replies
You can check the bindings I guess before delete and then delete those namespaces?
Yeah doing that manually, now, should work, but there is a "force" option and I'm wondering if that would cause cascade?
I'm not aware of any cascade delete for bindings in the API
Yeah nothing in the API. We don't like touching other resources (especially deletes). Very very easy to go wrong