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
Key | Datatype | Required | Description |
---|---|---|---|
subject | string | (Required) OAuth 2.0 Subject |
The subject to revoke authentication sessions for. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |