Revoke a user's OAuth tokens

View as MarkdownOpen in Claude
Revoke a user's OAuth refresh tokens used for OIDC single sign-on and warehouse connections, so Sigma can no longer issue new access tokens on the user's behalf. After making a request to this endpoint, refresh tokens are revoked immediately. However, a user's existing session is not interrupted. Already-issued access tokens lapse at their normal TTL. ### Usage notes - Retrieve the **memberId** by calling the [/v2/members](https://help.sigmacomputing.com/reference/list-members) endpoint. - You must use API credentials owned by a user assigned the Admin account type.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

memberIdstringRequired

Request

The request body.

Response

The response body.
memberIdstring
Unique identifier of the user whose tokens were revoked.
resultsobject
Revocation result per token type.