Skip to contents

Deletes an existing index.

Usage

delete_index(index_name)

Arguments

index_name

Name of the index to delete

Value

List with http response, content, and status_code - 202: The index has been successfully deleted - 404: Index not found - 500: Internal error

Examples

if (FALSE) { # \dontrun{
delete_index("my-index")
} # }