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
cURL /v1/periods/:period/lock/:requestId/cancel -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>"
}