Delete Index API
August 3, 2022 ยท View on GitHub
Request
DELETE /indices/<NAME>
Path parameters
<NAME>: (Required, string) Name of the index you want to delete.
Response
{
}
Examples
% curl -XDELETE http://localhost:8000/indices/example
August 3, 2022 ยท View on GitHub
DELETE /indices/<NAME>
<NAME>: (Required, string) Name of the index you want to delete.{
}
% curl -XDELETE http://localhost:8000/indices/example