Revoke an access tokent

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Your application should always allow users to revoke authorization granted to your API key.

To revoke authorization, perform a GET request to the /logoutendpoint with the Authorization header (or access_token query parameter).

Once done, your current session (access token and/or refresh token ) are no longer valid and you can forget about them in your application.

Query Params
string
Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!