Auth
Logout
Revoke the current user’s session on WorkOS. This should be called before the client-side signOut() to ensure the server-side session is also invalidated. Returns success: true if the session was successfully revoked.
POST
Authorizations
WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.
Body
application/json
The body is of type any.
Response
OK
Whether the logout was successful

