Hello,
I want to delete a file in the blob but this command not work: curl -X "DELETE" http://srv-formation-solr3:8983/solr/.system/blob/CityaUpdateProcessorJar/14 This command return just the file informations: { "responseHeader":{ "zkConnected":true, "status":0, "QTime":1}, "response":{"numFound":1,"start":0,"docs":[ { "id":"CityaUpdateProcessorJar/14", "md5":"45aeda5a01607fb668cec26a45cac9e6", "blobName":"CityaUpdateProcessorJar", "version":14, "timestamp":"2018-05-30T12:59:40.419Z", "size":22483}] }} My command is bad ? Thanks, Maxence,