Start SAML single logout
Auth
Start SAML single logout
Service-provider-initiated SAML 2.0 Single Logout (SLO). Builds a LogoutRequest for the organization’s identity provider and 302-redirects the browser to the IdP’s SLO endpoint; the local Clerk session is destroyed separately by the front-end once the IdP returns. Pass the optional nameId of the subject to log out. When no SLO endpoint is configured the endpoint responds 200 with a logged_out status instead of redirecting.
GET
Start SAML single logout
Authorizations
Dashboard JWT token from Clerk
Path Parameters
URL-safe organization slug that selects the SAML configuration.
Query Parameters
The SAML NameID of the subject being logged out, included in the LogoutRequest when supplied.