pub fn remove_from_config_array( config_json: &str, section: &str, field: &str, value: &str, ) -> Result<String>
Alias for delete_from_config_array for compatibility