avid.common.config_manager.unset_setting_in_dict

avid.common.config_manager.unset_setting_in_dict(key: str, config_dict: Dict[str, Any]) bool

Remove a setting. Return indicate if key was unset. :param key: Dotted key, e.g. "core.timeout". :param config_dict: The dict in which the key should be removed.