Hello! The API docs at https://developers.cloudflare.com/workers/kv/api/ show how I can use the API to delete a single key in a namespace.
If I have a large array of keys that I need to delete, is there any faster way to do so besides calling this API one key at a time?