To create bulk documents in Appwrite, you can use the "create document" API calls concurrently. Additionally, you can consider upvoting this issue on GitHub: <https://github.com/appwrite/appwrite/issues/3051>. As for bulk deleting documents, there is no specific mention of a solution in the provided thread.
Drake
1 Jun, 2023, 03:38
I would recommend firing off batches of create document API calls concurrently.