Remove IP access rule for a Solr Index
- GET https://opensolr.com/solr_manager/api/delete_ip
-
Parameters:
- โemail - your opensolr registration email address
- api_key - your opensolr api_key
- core_name - the name of the core you wish to remove an IP rule from
- ip - the IP address you wish to remove from your core_name
- handler - the SOLR URI handler that the restriction has been applied to
-
Example: https://opensolr.com/solr_manager/api/delete_ip?email=PLEASE_LOG_IN& api_key=PLEASE_LOG_IN&core_name=my_solr_core&ip=15.24.53.123&handler=/update

