ConfigStore.deleteKey
void deleteKey(string keyPath) pure nothrow @safeMark a key path as deleted.
The key will be removed from the file on next save. Use dot notation for nested keys: "server.oldSetting"
Parameters
keyPath | Dot-separated key path to delete |