Skip to main content

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

Token revoked

Loading...