From e91bc96998c8d1fa80861623129598cbf86139f2 Mon Sep 17 00:00:00 2001 From: rsn48 Date: Mon, 23 Dec 2024 10:54:14 -0800 Subject: [PATCH] Update user-privacy.md Updating the limits to describe concurrent cost as well --- content/collections/api/en/user-privacy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/collections/api/en/user-privacy.md b/content/collections/api/en/user-privacy.md index e1c95354a..397d5205e 100644 --- a/content/collections/api/en/user-privacy.md +++ b/content/collections/api/en/user-privacy.md @@ -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 @@ -757,4 +757,4 @@ A successful request returns a response with this schema: | ---- | ------------ | | 200 | Success | | 400 | Bad Request | -| 401 | Unauthorized | \ No newline at end of file +| 401 | Unauthorized |