Delete User
DELETE /users/v1/individual/{uid}
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.
Request
Responses
200
A successful response.