I tried using the "limit_hits" parameter, but stil...
# community-help
r
I tried using the "limit_hits" parameter, but still all entries are deleted:
Copy code
response = self.facts_collection.documents.delete(
            {"filter_by": f"fact:=`duplicate_fact_name`", "limit_hits": 1}
        )