Deletes files within the same bucket
buckets table permissions: noneobjects table permissions: delete and selectAn array of files to delete, including the path and file name. For example [`'folder/image.png'`].
const { data, error } = await supabase
  .storage
  .from('avatars')
  .remove(['folder/avatar1.png'])