When deleting an entity that inherits from administration.filedocument, the actual files remain in the deployment (\data\files\) directory. These floating files have an affect on the disk space needed. When deleting a filedocument from a microflow or page, the actual file is deleted . However, in this case I cannot do this because the inheriting entity is already deleted from the modeler earlier.
The cleanup orphan file custum setting (com.mendix.core.localfilesystem.cleaning.isEnabled) is not the right setting to use.
How can I get rid of these floating files?