How to destroy an destructible?

I had a similar problem. Just drag the destructible to the scene, click on your destructible, and go to the details window. Then make sure that “simulation generates physics” parameter is false. Then in level blueprint call “OnComponentHit” and “Set Simulate Physics” and set your destructible as a target.
That’s basically all I did and it works.