Is there a way to delete a list of uploaded files?
In my scenario, when a user deletes their chat, all things are deleted from the database, but a bunch of uploaded files remain in the file manager. I would like to figure out how to delete not just one uploaded file, but an entire list at once.
I am familiar with this method, but it requires switching to a paid plan, which isn’t quite suitable for me at the moment… I was wondering if there might be another way, possibly through the API. Thanks for the response anyway.
I suppose i’ll have to use a custom event for this, but haven’t figured out how to do it yet. Maybe you could give me a starting point, and i’ll try to build on that, that would be super useful