# Logout

Logout the user from a specific session. The user and session are derived from the access token used to authorize the request (which was issued based on the authentication that created the session)

Endpoint: POST /v1/auth/logout
Security: UserAccessToken

## Response 200 fields (application/json):

  - `sessions_count` (number, required)
    Number of logged out sessions

## Response 401 fields (application/json):

  - `message` (string, required)
    Example: "Invalid token"

  - `error_code` (number, required)
    Example: 401


