CCleaner Silent DELETE ?

Using command line parameters found on this page:

https://www.piriform.com/docs/ccleaner/advanced-usage/command-line-parameters

I've created a batch file with this command: CCleaner.exe /DELETE "C:\test.txt" /METHOD 1

and after running bat file it requires a YES button confirmation to delete the file.

I have tried adding /AUTO ("CCleaner.exe /AUTO /DELETE "C:\test.txt" /METHOD 1")

And it didn't delete file

Is there a way to remove confirmation and make it a silent operation ?