Terminate Inactive Sessions
The following API is used to clear inactive, terminate user sessions etc.
Terminate Inactive Sessions
Description
The clearInactiveSessions endpoint is used to terminate all the inactive user sessions that exists in the application.  
Request
Endpoint
ui//v1/clearInactiveSessions    
Method
    POST  
Header
    Content-Type: application/json 
Response
{
    "records": null,
    "message": {
        "code": "91",
        "type": {
            "value": "Success",
            "name": "SUCCESS"
        },
        "text": null,
        "include_i_icon": false,
        "description": "All <strong>Inactive</strong> User Session(s) have been terminated successfully."
    }
}
Updated As Of Version 4.6.0.3