What is the best practice for "delete" buttons in material design?

A lot of design systems/ style guides define red as the color for "delete"/ "erase"/ uninstall/ error buttons. In material design, I didn't find this specified. So, what is the best practice?

I think the options are:

  • button with the primary color as background;
  • button with the secondary color as background;
  • button with the red as background;
  • link.

enter image description here

enter image description here