Delete Clerk user external account
Unlink an OAuth or social external account from a user.
← All Clerk endpoints · Capability overview
/v1/clerk/users/{user_id}/external-accounts/{external_account_id}https://api.vee3.io/v1/clerk/users/{user_id}/external-accounts/{external_account_id}
Unlink an OAuth or social external account from a user.
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_user_external_accountParameters3 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
user_idstringRequiredClerk user id (user_...) to operate on.
external_account_idstringRequiredExternal account id (for example ea_...) to unlink.
Response3 fields
external_accountobject2 fieldsDeleted external account object from the Clerk Backend API.
external_accountobjectidstringExternal account id (ea_...).
providerstringOAuth provider id (for example oauth_google).
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required