Removes a key/value from config file. The key can be either its name of in the format of groupName.keyName or just the keyName.
Name of the key to remove. Can be in the group.name format.
true if it was successfully removed false otherwise.
See Implementation
Removes a key/value from config file. The key can be either its name of in the format of groupName.keyName or just the keyName.