Delete User Search History
DELETE/api/v2/workspaces/:workspace_id/users/:user_id/search_history
Deletes all search history for a specific user.
Callers may always delete their own search history; deleting another user's search history requires SEARCH_HISTORY:WRITE on the workspace. Deletion is done in the background and may take a few seconds to take effect.
Request
Responses
- 204
- 422
Successful Response
Validation Error
Was this page helpful?