Documentation > API-Config Files > Delete Index configuration file

Delete index configuration file

  1. GET https://opensolr.com/solr_manager/api/delete_config_file
  2. Parameters:
    1. ​email - your opensolr registration email address
    2. api_key - your opensolr api_key
    3. core_name - the name of the core
    4. file_name - the name of the config file you wish to remove from your solr core, without the file extension
    5. file_extension - the extension of the config file you wish to remove from your solr core, without the period.
  3. 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