- I created a transaction to bulk delete rows in a table has
doneequaltruefollow documentation. But when run, it returns 401 unauthorized error as screenshot below. - I can delete a single record successfully.
- Table permissions is users can create, row security is a user can read, update, delete his/her own rows.
Hi! You can use loops for performing the bulk delete operation.
The only drawback is that it's too slow for larger no. of documents.
Yes, thank you! I think it's will be the last resort option. But I still prefer the transactions way and just curious what is the root cause of this error π .
Can you please share how are you creating the Appwrite client instance?
Recommended threads
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...