lance.LanceDataset.delete_config_keys(keys: list[str]) → None Delete specified configuration keys from the dataset. Parameters: keys : list of str¶A list of configuration keys to remove from the dataset. Non-existent keys will be silently ignored.