Me personally, I use:
SetOption "Confirm Action Queries", False
before I run an action query (delete, append, update)
and then
SetOption "Confirm Action Queries", True
I believe it is more specific than turning off all the warnings. The confirmation message will not appear using this command.