LedgerLou Docs ist für Desktop optimiert.

Bitte öffne diese Seite auf einem Gerät mit breiterem Bildschirm.

Perioden

Hard-Lock stornieren

Storniert eine ausstehende Lock-Anfrage. Nur möglich solange die Anfrage noch den Status 'pending' hat.

cancel_hard_lock
Authorization
Authorization string header erforderlich API-Key im Format ll_.... Übergabe als Bearer Token im OAuth-Flow.
Scopes
perioden:write
Parameter
request_id string (uuid) erforderlich ID der zu stornierenden Lock-Anfrage
Antwort
200
Erfolgreich
MCP cancel_hard_lock
JSON
{
  "tool": "cancel_hard_lock",
  "params": {
    "request_id": "<string>"
  }
}
200 Response
JSON
{
  "ok": true,
  "request_id": "<string>",
  "status": "<string>"
}