ApiSession
Request Body
application/json
app?string
IDP SSO Logout from the session and delete the session and refresh cookies
curl -X POST "https://api.descope.com/v1/auth/idp/sso/logout" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {} Was this helpful?