
Hi! I need to delete a huge amount documents from a collection. I created a cloud function to do this. But I can only delete 60 documents, it shows me a rate limit error after that. From the documentations, the rate limit for deleteDocument is said to be 60 requests per minute. How can I increase it? Thanks. PS: I'm using an API key, and the function does run on the server.

I think I found the solution! Will just disable the abuse protection variable for a bit.

Not a solution. Supposedly by using the API key correctly you should not see any limit. Did you have added the correct scopes in the API key?

Also are you sure you're setting it correctly?

If I didn't set the correct ones, I suppose the documents would not delete at all, right?

And, the documentations say there's a rate limit, even when I click on the nodejs server side from the dropdown.

If they have delete permissions, they would delete

Supposedly when using an API key that should bypass the limit
Recommended threads
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
