Revoke access token
POST/oauth2/revoke
Revoke access token.
History
Version | Changes |
---|---|
v3.14.117, v3.15.26 | Added in: v3.14.117, v3.15.26 |
Request
- application/json
Body
client_id stringrequired
The "Client ID" obtained from creating an OAuth application.
client_secret stringrequired
The "Client Secret" obtained from creating an OAuth application.
access_token stringrequired
Access token.