LedgerLou Docs is optimized for desktop.

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

Periods

Cancel lock request

Cancels a pending lock request.

POST /v1/periods/:period/lock/:requestId/cancel
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Responses
200
Success
404
NOT_FOUND Pending lock request not found.
POST /v1/periods/:period/lock/:requestId/cancel
cURL
-cmd">curl --request -method">POST -punct">\
  --url 'https://api.ledgerlou.de/v1/periods/:period/lock/:requestId/cancel' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
{
  "ok": true,
  "request_id": "<string>",
  "status": "<string>"
}