oAuth2
Revokes All OAuth 2.0 Login Sessions of a Subject
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.
delete/admin/oauth2/auth/sessions/login
Query parameters
subjectstring required
OAuth 2.0 Subject
The subject to revoke authentication sessions for.
Response
Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 201.