revokeAccessToken
Revoke an access token.
Only the owning subject can revoke a token — organization admins cannot revoke another
user's personal tokens. The token immediately stops working for all API requests. The
token record is preserved with a revokedAt timestamp for audit purposes. Revoking an
already-revoked or expired token is a no-op that returns the existing record.
revokeAccessToken(
organizationId: ID!
id: UUID!
): AccessTokenPayload
Arguments
revokeAccessToken.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
revokeAccessToken.id ● UUID! non-null scalar {#id}
The access token's unique identifier.