Placement of multiple destructive actions

In the current project I am working on, I have came across the below scenario where I have to display 3 destructive actions. It's inside of a card view and those cards will appear as a result of a particular research. I have taken few steps for error prevention :

  1. I have not use filled red buttons, so that it doesn't get unwanted attention.
  2. I have used icons, so that it helps user to identify each action

But I still have doubts on placing 3 destructive actions close by and having them all in red. Appreciate if anyone can share your thoughts on this particular scenario.

P.S. This is an enterprise application, so having multiple clicks and hiding information is avoided to provide more usable and efficient UIs.

Sample image