Delete Index API
Unimplemented Feature!
This feature hasn’t yet been implemented…
Pull requests are welcome!
The Delete Index API allows to delete an existing index.
DELETE /twitter/tweet/
DELETE /twitter/tweet/
is not the same as DELETE /twitter/tweet
, the former will delete the
whole index /twitter/tweet/
while the later will delete document twitter/tweet
inside
index /
.
Trailing slashes are important.