Soft delete in elasticsearch

Hi!
I am currently using elasticsearch as my search engine.
here's what going on. I got about 1000 row in MySQL. There is a column call "status" which got "H", "S" two type and it means hide and show.
Since, we will change the status frequently, I want to ask how to make the status "H" row unsearchable but it will exist in elasticsearch?

You cannot do that.