avid.common.config_manager.unset_setting

avid.common.config_manager.unset_setting(key: str, scope: str | None = None) bool

Remove a setting. :param key: Dotted key, e.g. "core.timeout". :param scope: Indicating the scope in which the setting should be set. Valid calues are "user", "venv" or None. If None, defaults to venv when inside a venv, else user.