This action is irreversible. Proceed with caution.
Deletes the current index and all its associated data.
Deletes the current index and its associated data. This action is irreversible, so proceed with caution.
Exceptions
- Throws if the index could not be deleted.
Example Usage
# Load index
index = client.load_index(index_name=index_name, index_key=index_key)
# Delete the index
index.delete_index()