`const { data, error } = await supabase.storage ...
# javascript
w
Copy code
const { data, error } = await supabase.storage
        .from('avatars')
        .remove(['image_path'])
a
Hey @wilfredinni, can you provide which error you faced?
w
Hi, that is the weird thing, it does not return any error, but also the image is not deleted