SDK
SDK C# v1.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

DeleteAsync #

Deletes an entire index from Kuzzle.

Arguments #

Copied to clipboard!
Task DeleteAsync(string index);
Argument Type Description
index
string
Index name

Usage #

Copied to clipboard!
await kuzzle.Index.DeleteAsync("index");
Console.WriteLine("index deleted")