ApiAuthLogout

Log out

Revokes the current refresh token and clears both session cookies. Idempotent — safe to call when already logged out.

POST
/auth/logout

Revokes the current refresh token and clears both session cookies. Idempotent — safe to call when already logged out.

Response Body

application/json

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