Delete Solr index
- GET https://opensolr.com/solr_manager/api/delete_core
- Parameters:
- email - your opensolr registration email address
- api_key - your opensolr api_key
- index_name - the name of the core you wish to delete
-
Example: https://opensolr.com/solr_manager/api/delete_index?email=PLEASE_LOG_IN& api_key=PLEASE_LOG_IN&index_name=my_solr_index

