Delete a user
Permanently deletes the specified user and all the interactions associated with it. This cannot be undone.
Path Parameters
The unique identifier of the user
Response
The unique identifier of the user
The type of the User
object
user
The time at which the object was created, measured in milliseconds since the Unix epoch
A string that uniquely identifies the user within your project. Ensure that this is the ID that you use to identify the user in your system e.g. database ID, Firebase Auth ID etc. Failing to do so may cause unexpected bugs and errors in your application.
The first name of the user.
The last name of the user.
Whether the user exists in live mode. This will be false
if the user is a test user.
The time at which the object was last updated, measured in milliseconds since the Unix epoch