Delete Clerk API key
Permanently delete an API key from a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/api-keys/{api_key_id}https://api.vee3.io/v1/clerk/api-keys/{api_key_id}
Permanently delete an API key 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_api_keyParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
api_key_idstringRequiredClerk API key id (ak_...) to retrieve, update, delete, or revoke.
Response3 fields
api_keyobject2 fieldsDeletion confirmation with API key id and deleted flag.
api_keyobjectidstringDeleted API key id.
deletedbooleanAlways true when deletion succeeded.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required