delete #
Deletes an entire index from Kuzzle.
Arguments #
CompletableFuture<Void> delete(final String index)
throws NotConnectedException, InternalException
Argument | Type | Description |
---|---|---|
index | String | Index name |
Usage #
kuzzle.getIndexController().delete("nyc-open-data").get();
Edit this page on Github(opens new window)