Delete configuration file
- GET https://opensolr.com/solr_manager/api/delete_config_file
- Parameters:
- email - your opensolr registration email address
- api_key - your opensolr api_key
- index_name - the name of your Opensolr index
- file_name - the name of the config file you wish to remove from your solr index, without the file extension
- file_extension - the extension of the config file you wish to remove from your solr index, without the period
-
Example: https://opensolr.com/solr_manager/api/delete_config_file?email=PLEASE_LOG_IN& api_key=PLEASE_LOG_IN&core_name=my_solr_core&file_name=schema&file_extension=xml

