Even though it’s not documented anywhere (as far as I can tell), I probably should have realized this would work:
$ curl -XDELETE http://localhost:9200/
{"ok":true,"acknowledged":true}
Deletes all indices in one fell swoop. Nuclear option. Use caution.