v51

latestSwagger 2.0raw.githubusercontent.com2026-08-015253175.3 KB
oAuth2

Reject OAuth 2.0 Session Logout Request

When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to deny that logout request. No HTTP request body is required.

The response is empty as the logout provider has to chose what action to perform next.

put/admin/oauth2/auth/requests/logout/reject

Query parameters

logout_challengestring required

Response

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.