Currently this request: ``` DELETE / ``` ... will delete all indices. We should change this to require an index name or wildcard, to prevent data loss from typos. The delete-all syntax would be either of: ``` DELETE /_all DELETE /* ```