Delete Clerk machine scope

Remove access from one machine to another in a connected Clerk instance.

← All Clerk endpoints · Capability overview

DELETE/v1/clerk/machines/{machine_id}/scopes/{scope_id}

https://api.vee3.io/v1/clerk/machines/{machine_id}/scopes/{scope_id}

8 tokens

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_scope
Parameters3 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

machine_idstringRequired

Clerk machine id (mch_...) to retrieve or modify.

scope_idstringRequired

Target machine id (mch_...) for the scope to remove.

Response5 fields
deleted_machine_scopeobject
4 fields

Deleted machine scope confirmation from the Backend API.

objectstring

Object type (machine_scope).

from_machine_idstring

Machine id that was granted access.

to_machine_idstring

Machine id that can be accessed.

created_atinteger

Unix 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