Revocation
The revocation endpoint invalidates access tokens and refresh tokens per RFC 7009.
POST/oauth2/revokeNo Auth
Revokes a refresh token. Per RFC 7009, always returns 200 even if the token is invalid.
| Parameter | Type | Description |
|---|---|---|
| token* body | string | |
| token_type_hint body | "refresh_token" | |
| client_id* body | string | |
| client_secret* body | string |
Response
{}