Logout (Invalidate JWT Token)

Invalidate the current JWT access token, preventing further use.
The token's jti claim is added to a Redis blacklist with a TTL matching the token's remaining lifetime.
Subsequent requests using the same token will receive a 401 response.

Requires: Bearer token authentication (Authorization header).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Responses

400

Token missing required claims (jti, exp)

401

Missing or invalid Authorization header

500

Internal server error

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json