This action is irreversible. Proceed with caution.
Deletes the current index and all its associated data from the CyborgDB service.
index.delete_index()

Returns

None

Exceptions

Example Usage

# Delete the index
index.delete_index()
print("Index deleted successfully.")