broad-wolf-22440
10/08/2025, 12:19 PM/admin/oauth2/tokens, but it only deletes the access token — the refresh token remains valid. How can this be achieved properly using Ory Hydra?blue-knife-89618
10/10/2025, 5:39 PMPOST /oauth2/revoke endpoint to revoke individual tokens or DELETE /admin/oauth2/auth/sessions/consent endpoint to revoke a subject's granted consent sessions and invalidates all associated OAuth 2.0 Access Tokens.
• Invalidate or revoke the user sessions explicitly so that browser cookies or session tokens are removed/inactivated. For this you can use DELETE /admin/oauth2/auth/sessions/login endpoint. This will revoke all login sessions for the user, requiring them to log in again.