Remove Config-Key Property
Usage Example:
Config.parseFile(`etc/config.ini`); Config.remove(`category`, `key`);
category from which the property is to be removed
key of the property to be removed
See Implementation
Remove Config-Key Property
Usage Example: