Skip to content

Commit

Permalink
Merge pull request #446 from amplitude/user-privacy-api-concurrent-cost
Browse files Browse the repository at this point in the history
Update user-privacy.md to include information about concurrent cost
  • Loading branch information
robynnason authored Dec 23, 2024
2 parents 314c68d + 3f04145 commit 4ecc337
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 project.

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 4ecc337

Please # to comment.