API ReferenceInbound Apps
POST
/oauth2/v1/apps/revoke

Request Body

application/json

token?string
token_type_hint?string
client_id?string
client_secret?string
project_id?string

OIDC revoke endpoint

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