This options works slightly different.
PVC stores a set of data with each view – yearly, monthly, weekly and daily views. If you have high traffic website the daily views data might become heavy for your database. That’s where this option comes in hand – it allows you to remove the daily views data from db after specific period of time, but it holds the data for other periods, insluding the total.
So for now you can’t delete that.
What you can do however is to show the daily views for the specific post, instead of the total count. The result woulbe be the same as removing the total views on a daily basis.
Would you be able to do that with some coding if we provide you a hint?