LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Periods

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 cancel_hard_lock
JSON
{
  "tool": "cancel_hard_lock",
  "params": {
    "request_id": "<string>"
  }
}
200 Response
JSON
{
  "ok": true,
  "request_id": "<string>",
  "status": "<string>"
}