Revoke Clerk admin portal link token
Revoke an admin portal link token in a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/admin-portal-link-tokens/{admin_portal_link_token_id}/revokehttps://api.vee3.io/v1/clerk/admin-portal-link-tokens/{admin_portal_link_token_id}/revoke
Revoke an admin portal link token in a connected Clerk instance.
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_admin_portal_link_tokenParameters3 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
admin_portal_link_token_idstringRequiredAdmin portal link token id (aplt_...) to revoke.
revocation_reasonstringOptionalOptional reason recorded when revoking the link token.
Response9 fields
admin_portal_link_tokenobject8 fieldsRevoked admin portal link token from the Backend API.
admin_portal_link_tokenobjectidstringAdmin portal link token id (aplt_...).
admin_portal_link_idstringOrigin admin portal link id (apl_...).
instance_idstringClerk instance id (ins_...).
tokenstringSingle-use admin portal link token when returned on creation. Treat as high-privilege — do not log.
revokedbooleanWhether the link token has been revoked.
expiredbooleanWhether the link token has expired.
expirationintegerUnix timestamp in milliseconds when the link token expires.
created_atintegerUnix timestamp in milliseconds when the link token was created.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required