SDK
SDK Java v3.x
2

This SDK is deprecated. We recommend to use the Kuzzle SDK-JVM.
A migration guide is available here

delete #

Deletes an entire index from Kuzzle.

Arguments #

Copied to clipboard!
CompletableFuture<Void> delete(final String index)
  throws NotConnectedException, InternalException
Argument Type Description
index
String
Index name

Usage #

Copied to clipboard!
kuzzle.getIndexController().delete("nyc-open-data").get();