ConfigStore.deleteKey

void deleteKey(string keyPath) nothrow @safe

Mark 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

keyPathDot-separated key path to delete