ConfigStore.deleteKey

void deleteKey(string keyPath) pure nothrow @safe

Mark 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

keyPathDot-separated key path to delete