wilfredinni
const { data, error } = await supabase.storage .from('avatars') .remove(['image_path'])
Azura