Revoke Clerk actor token

Revoke an impersonation actor token in a connected Clerk application.

← All Clerk endpoints · Capability overview

POST/v1/clerk/actor-tokens/{actor_token_id}/revoke

https://api.vee3.io/v1/clerk/actor-tokens/{actor_token_id}/revoke

5 tokens

Revoke an impersonation actor token in a connected Clerk application.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

clerk.revoke_actor_token
Parameters2 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

actor_token_idstringRequired

Clerk actor token id to revoke.

Response10 fields
actor_tokenobject
9 fields

Revoked Clerk actor token object from the Backend API.

idstring

Actor token id.

user_idstring

Clerk user id (user_...) being impersonated.

statusstring

Token status (pending, accepted, or revoked).

actorobject
1 field

Actor payload; includes sub with the impersonating user id.

substring

Clerk user id (user_...) of the impersonating actor.

tokenstring

Actor token secret. Treat as high-privilege — do not log.

urlstring

Optional sign-in URL that includes the actor token.

created_atinteger

Unix timestamp in milliseconds when the token was created.

updated_atinteger

Unix timestamp in milliseconds when the token was last updated.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required