Overview#
This is a memo on how to delete all files in OpenAI storage.
The following page was helpful.
https://community.openai.com/t/deleting-everything-in-storage/664945
Background#
There was a case where I wanted to bulk-delete multiple files uploaded using code like the following.
Method#
Running the following code allowed me to perform bulk deletion.
The following menu options are displayed, and entering 4 allows bulk deletion.
Summary#
This is a very convenient tool, but please use it with caution.
I hope this serves as a useful reference.