Python
Deletes the current index and all its associated data.
def delete_index(self)
ValueError
# Load index index = client.load_index(index_name=index_name, index_key=index_key) # Delete the index index.delete_index()
Was this page helpful?