Revoke token (v1)

Please use the new revoke endpoint /v2/oauth/revoke. This endpoint is considered vulnerable and deprecated because the access token is passed publicly in the URL.

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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Paste the access token that you want to revoke.

Responses
204

Token revoked

400

Failed to revoke token

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!