API ReferenceThird Party Apps
POST
/oauth2/v1/apps/revoke

OIDC revoke endpoint

Try it

/oauth2/v1/apps/revoke

Authorization

Request Body

tokenstring

token_type_hintstring

Status codeDescription
200OK
curl -X POST "https://api.descope.com/oauth2/v1/apps/revoke" \
  -d '{
  "token": "string",
  "token_type_hint": "string"
}'

{}

Was this helpful?