We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e904fe5 commit bebb56eCopy full SHA for bebb56e
specs/insights/paths/deleteUserToken.yml
@@ -7,6 +7,8 @@ delete:
7
Deletes all events related to the specified user token from events metrics and analytics.
8
The deletion is asynchronous, and processed within 48 hours.
9
To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
10
+ x-acl:
11
+ - deleteObject
12
parameters:
13
- name: userToken
14
in: path
specs/insights/paths/pushEvents.yml
@@ -3,6 +3,8 @@ post:
3
- events
4
operationId: pushEvents
5
summary: Send events
6
+ - search
description: |
Sends a list of events to the Insights API.
0 commit comments