Is it possible to disable versioning for a folder or remove versions of it?

My use case:
I have a huge music library (35k songs) and sometimes I change the tags of my mp3 files to organize them.
But I don’t need to have versions of changed files.
As I started early using high quality (320 kBit/s) of encoding the versions are using a lot of space. Wasted space in my use case here.

So now the question :question: is:
Can I disable versioning for a folder and its content?

If no, how to remove versions of files of given folder?

I read Controlling file versions and aging — Nextcloud latest Administration Manual latest documentation and Version control — Nextcloud latest User Manual latest documentation without finding any hint about my intention.

Nextcloud version (eg, 20.0.5): v24.0.5
Operating system and version (eg, Ubuntu 20.04): Ubuntu 20.04 LTS
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 7.4): 7.4

Just looked at the occ options of the versioning app.

  Command "versions:" is ambiguous.                      
  Did you mean one of these?                             
      versions:cleanup Delete versions                   
      versions:expire  Expires the users file versions.                                                       

No obvious solution for my case.

Another thought is to just delete the version file from the data dir.
Does someone know if the versions are stored inside the db?
Is it safe to just remove the files?