Skip to main content

Revoke Access Token

Loading...
API endpoint path: /oauth2/v1/revoke

Revokes an active OAuth 2.0 access token, rendering it unusable for future API requests.

Use Cases:

  • User logout flows
  • Token suspected to be compromised
  • Security incidents requiring immediate token invalidation

Authentication: Use HTTP Basic Auth with client_id as username and client_secret as password.

Note: Once revoked, the token cannot be restored. A new token must be obtained via the token endpoint.

Request

Responses

The access token was successfully revoked. No content is returned.

Response Headers
    transactionId

    Unique identifier for the response, used to correlate with the request's transactionId.