Cancel hard lock
Cancels a pending lock request. Only possible while the request is still in 'pending' status.
cancel_hard_lock
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
perioden:write
Parameters
request_id string (uuid) required ID of the lock request to cancel
Response
200
Success
MCP
JSON cancel_hard_lock {
"tool": "cancel_hard_lock",
"params": {
"request_id": "<string>"
}
} 200 Response
JSON {
"ok": true,
"request_id": "<string>",
"status": "<string>"
}