Skip to content

Commit f97a098

Browse files
chore: remove prerelease tags and main branch target (generated)
algolia/api-clients-automation#3524 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 86cdbee commit f97a098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algolia/api/insights_client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def custom_put(path, parameters = nil, body = nil, request_options = {})
215215
@api_client.deserialize(response.body, request_options[:debug_return_type] || "Object")
216216
end
217217

218-
# 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).
218+
# 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).
219219

220220
# @param user_token [String] User token for which to delete all associated events. (required)
221221
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
@@ -267,7 +267,7 @@ def delete_user_token_with_http_info(user_token, request_options = {})
267267
@api_client.call_api(:DELETE, path, new_options)
268268
end
269269

270-
# 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).
270+
# 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).
271271

272272
# @param user_token [String] User token for which to delete all associated events. (required)
273273
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)

0 commit comments

Comments
 (0)