Terminate Session
Description¶
The terminateSession endpoint is used to terminate a user's session of the VELA application.
Request¶
Endpoint¶
/ui/v1/terminateSessionMethod¶
POSTHeader¶
Content-Type: application/json
Attributes
| ELEMENT | DESCRIPTION | 
|---|---|
| sesid | Required Session id of the user that needs to be terminated | 
| MerchantCode | Required Specific id of the user | 
Request Body¶
{
    "sesid":"50CDD6E62B0FE6F23374D5ECED7C200B",
    "userid":"195"
}
Response¶
{
    "records": null,
    "message": {
        "code": "89",
        "type": {
            "value": "Success",
            "name": "SUCCESS"
        },
        "text": null,
        "include_i_icon": false,
        "description": "The User Session <strong>4486B5EC1EFE9D127060950526C7B44B</strong> has been terminated successfully."
    }
}
Updated as of Version 2.0.0.10