Log out the current browser session
POST/v1/auth/logout
Revokes the server-side browser session when present and clears the secure session cookie. The operation is idempotent and returns no response body.
Request
Responses
- 204
- 403
- 500
Browser session logged out and cookie cleared.
The browser origin or CSRF proof is invalid.
An unexpected internal error occurred.