SmartMemory
POST
/auth/logout

Logout user by revoking the current session's tokens.

Denylists the active access token's jti (immediate, single-token revocation) and revokes refresh tokens, then clears SmartMemory session cookies.

Response Body

curl -X POST "https://example.com/auth/logout"
Empty