Skip to content

Commit

Permalink
fix(specs): usage api (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3624

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Kai Welke <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
3 people committed Sep 2, 2024
1 parent 327651a commit 3eb834f
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. 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).
/// 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` in the Personalization API.
///
/// Parameters:
/// * [userToken] User token for which to delete all associated events.
Expand Down

0 comments on commit 3eb834f

Please sign in to comment.