Remove multiple aggregates¶ This is pretty straightforward: $orm ->repository(User::class) ->remove(SearchByName::of(Name::of('alice')));