/oauth2/revoke

This endpoint is a standard endpoint in OAuth 2.0 for revoking an access token. This endpoint allows a client application to notify the authorization server that an access token is no longer needed and should be revoked. After an access token is revoked, it can no longer be used to access protected resources.

Language