API Reference/Third Party Apps
POST
/oauth2/v1/apps/revoke

Request Body

application/jsonRequired
tokenstring
token_type_hintstring
curl -X POST "https://api.descope.com/oauth2/v1/apps/revoke" \
  -H "Content-Type: application/json" \
  -d '{
    "token": "string",
    "token_type_hint": "string"
  }'

OK

{}

Was this helpful?