Revoke token
POST {{baseUrl}}/v1/oauth/revoke?access_token={{access_token}}
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 Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string | (Required) Access token that you want to revoke |