I have a SOLR schema.xml like this:
Using JSON instead of XML:
curl -g "http://localhost:8983/solr/$core/update" \ -H 'Content-Type: application/json' \ -d '{"delete":{"query":"field:value"}}'