Deletes an existing index.
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")
} # }