Skip to main content

Log out and invalidate the current token

POST 

/api/v1/auth/logout

Log the caller out by blacklisting the current access token.

Always returns success — if no token is presented the call is a no-op. The token stays blacklisted until it would have naturally expired.

Responses

Successful Response