Skip to content

Commit c9c297d

Browse files
algolia-botkai687
andcommitted
fix(specs): delete user token processing time (generated)
algolia/api-clients-automation#3525 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent d4002a0 commit c9c297d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client_insights/lib/src/api/insights_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ final class InsightsClient implements ApiClient {
185185
);
186186
}
187187

188-
/// Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
188+
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
189189
///
190190
/// Parameters:
191191
/// * [userToken] User token for which to delete all associated events.

0 commit comments

Comments
 (0)