Delete file. "hidden folder"

Hi

I want to delete this file in C: \ Windows \ System32 \ GroupPolicy \ Machine \ Microsoft \ Windows NT \ Audit \ audit.csv but I can’t delete it.

delete C:\Windows\System32\GroupPolicy\Machine\Microsoft\Windows NT\Audit\audit.csv #it does not work.

GroupPolicy folder is hiden folder.

Can you help?

You may need to include
action uses wow64 redirection false
Otherwise the client would be redirected to syswow64 rather than system32.

Additionally, if there are any Domain GPOs affecting advanced audit settings, the file will just be recreated uoon group policy refresh.