The Revoke Token API is designed to immediately revoke an existing session token. To revoke a session token, you must provide a valid user_external_id and the access_token you wish to revoke. This is particularly useful in scenarios where you need to immediately invalidate a session token due to security concerns or other operational requirements. By effectively managing session tokens, you can maintain control over active sessions and ensure the security and integrity of your user interactions.

Language
Authorization