Tam MaiOriginal post
Web Developer
- 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.
Summary
Developers are getting a 401 unauthorized error when attempting a bulk delete operation in Appwrite due to permission issues. One developer suggests using loops for bulk delete, despite being slower. The root cause of the error is still unknown.