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