Revoke an access tokent

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.

Language
Click Try It! to start a request and see the response here!