/session/logout/ΒΆ

Terminates the given session identifier.

Request

POST {{server}}/VPE/session/logout/
Content-Type: application/json

{
    "DeviceId": "device-id",
    "SessionId": "..."
}

Response

{
    "Success": true,
    "Message": "Operation executed successfully."
}