Delete Clerk machine
Permanently delete a machine from a connected Clerk instance.
← All Clerk endpoints · Capability overview
DELETE
/v1/clerk/machines/{machine_id}https://api.vee3.io/v1/clerk/machines/{machine_id}
Permanently delete a machine from 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.delete_machineParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
machine_idstringRequiredClerk machine id (mch_...) to retrieve or modify.
Response4 fields
deleted_machineobject3 fieldsDeleted machine confirmation from the Backend API.
deleted_machineobjectobjectstringObject type.
idstringDeleted machine id.
deletedbooleanWhether the machine was deleted.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required