curl http://localhost:9200/*/_settings \
-X PUT -H 'Content-Type: application/json' \
-d '{ "index.blocks.read_only_allow_delete": null }'