Is it bad to delete files from vfs cache manually without restarting rclone?

I run a rclone mount and use the cloud storage just as backup, wanting to have everything in cache locally, so when the cache eventually fills to 100%, I reorganize the files in a way that will fit the local space but then I need to wipe it from cache, i usually would do that just deleting the files from vfsMeta and vfs folders outside rclone but now that I think about automating this more I wonder if it’s bad to do this with rclone running and not restarting it ? if could cause any bugs or issues

Perhaps there is something like vfs/forget rc command that actually deletes the files locally too? I couldn't find this in documentation