How to delete a file or image from Supabase storage

Hi,

I am trying to implement a feature where users can delete files they’ve uploaded (to Supabase Storage) within the app.

Using the Supabase integration, I can upload and replace images or files, but I haven’t been able to find an option to delete them.

Could anyone guide me on how to enable file deletion?

Thank you!

Hello @jamespan,

We currently don’t support delete of files from supabase storage in our supabase integration, you would need to manually do this through a HTTP Api.
I’ve forwarded this request to the team.