Delete all docs in SOLR (windows prompt)
curl -X POST -H “Content-Type: application/json” –data-binary “{‘delete’:{‘query’:’:’ }}” https://local.terminix.com:8983/solr/XP0_web_index/update?commit=true -k Note double quotes. Most of the CURL samples are for Linux. Windows likes it the way it is written above.