Revoke Clerk organization invitation

Revoke a pending Clerk organization invitation.

← All Clerk endpoints · Capability overview

POST/v1/clerk/organizations/{organization_id}/invitations/{invitation_id}/revoke

https://api.vee3.io/v1/clerk/organizations/{organization_id}/invitations/{invitation_id}/revoke

5 tokens

Revoke a pending Clerk organization invitation.

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_organization_invitation
Parameters3 fields
clerk_instance_idstringOptional

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

organization_idstringRequired

Clerk organization id (org_...) to operate on.

invitation_idstringRequired

Clerk organization invitation id (orginv_...).

Response6 fields
invitationobject
5 fields

Revoked organization invitation summary.

idstring

Clerk organization invitation id (inv_...).

email_addressstring

Email address the invitation was sent to.

rolestring

Role assigned to the invitee (e.g. org:admin, org:member).

statusstring

Invitation status: pending, accepted, or revoked.

organization_idstring

Clerk organization id (org_...) that owns this invitation.

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