Logout User
POST /v2/auth/logout
Terminates the current authenticated session and invalidates the session token. Immediately revokes access, causing any subsequent API requests with the previous token to be rejected. The user must authenticate again to establish a new session.
Response Example
{
"message": "Logout successful"
}