OAuth 2 Revoke
Exposes an interface to revoke previous authorizations to applications, i.e. forcefully expire access tokens and their corresponding refresh tokens.
Resource URIs
Collection URI: /v7.1/oauth2/connection/
Collection
Collection methods
DELETE
Revoke access tokens corresponding to the user and client in the query.
Collection query parameters
Name | Description | Type | Required |
---|---|---|---|
user_id |
The user ID who owns the token. | int | Yes |
client_id |
the client ID to whom authorization was given. | string | Yes |