Hello! I'm curious if there is a way to delete all of the keys in a KV namespace at once? Similar to
Hello! I'm curious if there is a way to delete all of the keys in a KV namespace at once? Similar to FLUSHDB in redis? I know there is a batch process where you select multiple keys at once an delete them but I was wondering if there was a way to do this in one command without recreating the namespace.
Thanks!
Thanks!

