Skip to content

Commit

Permalink
fix(specs): delete user token processing time (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3525

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Kai Welke <kai.welke@algolia.com>
  • Loading branch information
algolia-bot and kai687 committed Aug 14, 2024
1 parent d4002a0 commit c9c297d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client_insights/lib/src/api/insights_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ final class InsightsClient implements ApiClient {
);
}

/// 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).
/// 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).
///
/// Parameters:
/// * [userToken] User token for which to delete all associated events.
Expand Down

0 comments on commit c9c297d

Please sign in to comment.