Delete Clerk machine scope
Remove access from one machine to another in a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/machines/{machine_id}/scopes/{scope_id}https://api.vee3.io/v1/clerk/machines/{machine_id}/scopes/{scope_id}
Remove access from one machine to another in 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_machine_scopeParameters3 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.
scope_idstringRequiredTarget machine id (mch_...) for the scope to remove.
Response5 fields
deleted_machine_scopeobject4 fieldsDeleted machine scope confirmation from the Backend API.
deleted_machine_scopeobjectobjectstringObject type (machine_scope).
from_machine_idstringMachine id that was granted access.
to_machine_idstringMachine id that can be accessed.
created_atintegerUnix timestamp in milliseconds when the scope was created.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required