Logout
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /auth/logout
Operation
Operation ID: logout
Invalidate the current authentication token
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Logout successful | application/json |
401 |
Schema for response 200 (application/json):
{
"properties": {
"message": {
"example": "Logged out",
"type": "string"
}
},
"type": "object"
}
17 March 2026