Revokes All OAuth 2.0 Login Sessions of a Subject

DELETE {{baseUrl}}/admin/oauth2/auth/sessions/login?subject=<string>

This endpoint invalidates a subject's authentication session. After revoking the authentication session, the subject has to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens and does not work with OpenID Connect Front- or Back-channel logout.

Request Params

KeyDatatypeRequiredDescription
subjectstring(Required) OAuth 2.0 Subject

The subject to revoke authentication sessions for. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring