Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete documents by their ids.
delete( self, ids: list[str | int] | None = None, **kwargs: Any = {} ) -> bool | None
ids
list[str | int] | None
None
List of ids to delete.
**kwargs
Any
{}
Other keyword arguments that subclasses might use.