coveo / push-api-client.py

Apache License 2.0
1 stars 1 forks source link

[Bug]: missing argument when deleting documents #33

Open michellemay opened 6 months ago

michellemay commented 6 months ago
    38 def deleteDocument(self, sourceId: str, documentId: str):
---> 39     return self.client.deleteDocument(sourceId, documentId)

TypeError: PlatformClient.deleteDocument() missing 1 required positional argument: 'deleteChildren'