Delete User
Delete all user data related to a user identified in the browser via the FS.identify Browser API function. This includes sessions, events and custom user variables, as well as all of the raw page files and any corresponding session data on our servers.
This call kicks off a background operation and returns immediately with an operation ID that you can use to query the status of the deletion using the Get Operation HTTP API endpoint.
Path Parameters
uid string required
The application-specific ID you've given to the user. You will have passed that ID through the FS.identify Browser API function.
Responses
200
A successful response.
Schema
Example
Schema
id string optional
The ID of the initiated operation
{
"id": "YnVsa3k6NTc0OTU2MzMzMTcwNjg4MA=="
}
Loading...