
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
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Appwrite Cloud - Rows get missing on Saf...
I have opened the appwrite console on my Safari. When I go to one of my project's database and then table, there are like 600+ rows and they often fail fetching...
- database not found
i have an user in the database, i can see it from console, but aren't able to fetch it from the web client, it says Database not found, appwrite:1.7.4 used, sel...
