API ReferenceThird Party Apps
POST
/oauth2/v1/apps/revoke
OIDC revoke endpoint
Authorization
Request Body
token
string
token_type_hint
string
Status code | Description |
---|---|
200 | OK |
Was this helpful?
OIDC revoke endpoint
token
stringtoken_type_hint
stringStatus code | Description |
---|---|
200 | OK |
curl -X POST "https://api.descope.com/oauth2/v1/apps/revoke" \
-d '{
"token": "string",
"token_type_hint": "string"
}'
{}