CORS
The API takes an access or refresh token and revokes it. Revoked tokens are considered inactive at the introspection endpoint. A client may only revoke its own tokens. See Revoke tokens.
Note: The
/revokeendpoint requires client authentication. The method is configured per client app. See Client authentication methods.
POST
curl -i -X POST \
'https://okta-subdomain.pixtulate.com/oauth2/{authorizationServerId}/v1/revoke' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'token=<access_token_value>' \
-d token_type_hint=access_token