Let's say a feature class has 20 features. How would you delete a single feature (ex: OBJECTID = 7) using tools and ModelBuilder?
I know there is a DeleteFeatures tool, but that deletes ALL of the features.
So basically, I want to define a feature class and an expression and only delete the features that meet the expression...