Skip to content

Logout User​

POST
/auth/logout

Logout and invalidate the current session

Authorizations​

SessionAuth

Session ID for authenticated requests

TypeAPI Key (header: X-Session-ID)

Responses​

Logout successful

application/json
JSON
{
"success": true,
"message": "Logged out successfully"
}

Playground​

Server
Authorization

Samples​

Powered by VitePress OpenAPI