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