curl
Insights API
Delete user token events
Deletes all events related to the specified user token from events metrics and analytics.
DELETE
curl
The deletion is asynchronous, and processed within 48 hours.
To delete a personalization user profile, see
Delete a user profile in the Personalization API.
Required ACL: deleteObjectAuthorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Path Parameters
User token for which to delete all associated events. Anonymous or pseudonymous user identifier.
Don't use personally identifiable information in user tokens. For more information, see User token.
Required string length:
1 - 129Pattern:
[a-zA-Z0-9_=/+-]{1,129}Example:
"test-user-1"
Response
No content.
Last modified on April 9, 2026