Dangling threads, How to access or delete threads if i lost their ids

While doing experiment in the Jupyter notebook, I have created many threads and also added message to the thread and created runs. But i didn’t store the thread ids. So now i have lost track all previous threads. Openai wont be able to delete my threads because they don’t know if i have stored the thread ids for future. so now they are dangling? it can neither be accessed nor it can be deleted, there must be solution for this

1 Like