Authentication

Log out user

Terminates the current user's session and logs them out of the system.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Logout successful

401

Unauthorized

post/logout
Request samples

Forcefully terminate the longest active user session

Ends the session of the user who has been logged in the longest, forcing them to log in again.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Longest active user session terminated successfully

401

Unauthorized

post/kick
Request samples