Delete Clerk organization
Permanently delete an organization from a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/organizations/{organization_id}https://api.vee3.io/v1/clerk/organizations/{organization_id}
Permanently delete an organization from 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.delete_organizationParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
organization_idstringRequiredClerk organization id (org_...) to operate on.
Response3 fields
organizationobject2 fieldsDeletion confirmation with organization id and deleted flag.
organizationobjectidstringDeleted organization id.
deletedbooleanAlways true when deletion succeeded.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required