Revoke token
POST/v1/oauth/revoke
Revoke the current access token. Revoking an access token means that the access token will no longer work. When an access token is revoked, the refresh token is also revoked and no longer valid. This does not uninstall the application for the user.
Request
Query Parameters
access_token stringrequired
Access token that you want to revoke
Responses
- 204
- 400
Token revoked
Failed to revoke token
Loading...