Skip to content

Commit

Permalink
Update user-privacy.md
Browse files Browse the repository at this point in the history
Updating the limits to describe concurrent cost as well
  • Loading branch information
robynnason authored Dec 23, 2024
1 parent 314c68d commit e91bc96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/collections/api/en/user-privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Using this API doesn't prevent future user tracking for the deleted users. To le

## Limits

The endpoint `/api/2/deletions/users` has a rate limit of 1 HTTP request per second. Each HTTP request can contain up to 100 `amplitude_ids` or `user_ids`.
The endpoint `/api/2/deletions/users` has a rate limit of 1 HTTP request per second. Each HTTP request can contain up to 100 `amplitude_ids` or `user_ids`. Additionally, there is a limit of 8 requests running in parallel for a given app.

Make up to 100 deletion requests per second if you batch 100 users in each request.
Make up to 100 deletion requests per second if you batch 100 users in each request.

## Delete users

Expand Down Expand Up @@ -757,4 +757,4 @@ A successful request returns a response with this schema:
| ---- | ------------ |
| 200 | Success |
| 400 | Bad Request |
| 401 | Unauthorized |
| 401 | Unauthorized |

0 comments on commit e91bc96

Please # to comment.