Restart User State
This method is used to restart the user session at the biometrid server cleaning all data associated with any current process and finishing those.
Restart User State
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": true,
"data": {
"message": "STATE_RESTARTED_WITH_SUCCESS"
}
}{
"status": false,
"data": {
"message": "AUTHENTICATION_HEADERS_MISSING"
}
}{
"status": false,
"data": {
"message": "INVALID_AUTHENTICATION_HEADERS"
}
}{
"status": false,
"data": {
"message": "REQUEST_LIMIT_REACHED"
}
}Last updated
Was this helpful?