API ReferenceApplications
POST
/oauth2/v1/revoke

Request Body

application/json

token?string
token_type_hint?string
ssoAppId?string

OIDC revoke endpoint

curl -X POST "https://api.descope.com/oauth2/v1/revoke" \  -H "Content-Type: application/json" \  -d '{}'
{}
export interface Response {}
Was this helpful?