
Is there any way to bulk delete documents ? The way I currently doing it is
ListDocuments -> loop through resulting document ids -> delete document one by one
Couldn't find anything in the docs so I assume there is no way but would it not be ideal to have a "delete document where criteria". This is available all databases
I see this issue on GitHub but not sure if the intention is to include bulk delete with query.
Recommended threads
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- How can we add more than 8 attributes in...
Hey, when I tried to add attribute in my collection it showed me this Error "The maximum number or size of attributes for this collection has been reached." How...
- implement caching
It it possible to cache response for few minutes? I dont want to create function or implement a whole reverse server just to cache it in somewhere ?
