v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
OAuth Applications

Revoke an OAuth application token

Revoke both OAuth access token and refresh token for the associated grant for the given OAuth application. The request may specify either token. JWT access tokens cannot be revoked.

post/oauth_applications/{oauth_application_id}/revoke_token

Path parameters

oauth_application_idstring required

The ID of the OAuth application for which to revoke the token

Request body

tokenstring required

The opaque OAuth access token or refresh token to revoke. All tokens associated with the same OAuth grant are also revoked.

Response

Token revoked