Delete User
Delete a user session information by ID
Last updated
Delete a user session information by ID
Last updated
DELETE
/users/purge/{userId}
userId
string
Existing user ID, returned upon session creation or update
Content-Type
application/json
Authorization
Bearer <YOUR_ACCESS_TOKEN>
statusCode
number
HTTP status code of the response
message
string
A brief message describing the result of the API call
metadata
Contains metadata about the API call
data.deleted
boolean
States if delete succeded or not
data.message
string
Delete message
languages
Array<string>
List of supported languages for the response, e.g. ["en"]
timestamp
string
Unix timestamp (in milliseconds) when the response was generated
timezone
string
Timezone used for the response, always "UTC"
requestId
string
Unique identifier for the API request. Used for debugging and support
path
string
API path
version
string
API version used for the request