Restart User State
Restart User State
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
HTTP/1.1 200 OK
{
"status": true,
"data": {
"message": "STATE_RESTARTED_WITH_SUCCESS"
}
}HTTP/1.1 400 Bad Request
{
"status": false,
"data": {
"message": "AUTHENTICATION_HEADERS_MISSING"
}
}HTTP/1.1 401 Unauthorized
{
"status": false,
"data": {
"message": "INVALID_AUTHENTICATION_HEADERS"
}
}Last updated
Was this helpful?