Ask a question to get started
Enter to sendā¢Shift+Enter new line
Drop a Redis search index.
drop_index( index_name: str, delete_documents: bool, **kwargs: Any = {} ) -> bool
index_name
str
Name of the index to drop.
delete_documents
bool
Whether to drop the associated documents.