pub fn remove_notes(ids: &[u64], force: bool) -> Result<Vec<Note>, String>
Remove multiple notes by id. In non-force mode, operation is all-or-nothing.