Try this
Set-MpPreference -ThreatIDDefaultAction_Actions 2 -ThreatIDDefaultAction_Ids 0
however when you use get-MpPreference, under these two it will show {2} and {0} respectively
By default it should be empty, I don't know how to make it empty, 0 doesn't work, null or $null doesn't work either