## Problem When use string[] as `saferRemove` it just delete the first one. ## Solution - just do a await for each remove, rather than return. It will fail at first fail, which is ok.