Unload Assets?

Hi, I know how to load assets, like images, audios, spines etc

But how do we actually unload them all? I cannot find any function that is for unloading / remove / destroy the loaded assets.

Is there a way to unload the loaded assets in Phaser 3?

Thank you.

Hi,
look here: https://photonstorm.github.io/phaser3-docs/Phaser.Cache.CacheManager.html#destroy__anchor

Thank you very much.