Skip to main content
Version: v1

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.


{
"id": "YnVsa3k6NTc0OTU2MzMzMTcwNjg4MA=="
}
Loading...