API ReferenceWorker Protocol
Release all file locks for a session
Release all file locks for a session - Rensei REST API operation reference.
AuthorizationBearer <token>
Short-lived worker runtime JWT minted by the platform. Claims bind the worker, project, organization, registration, and scopes.
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
workerId?string
Response Body
application/json
application/json
curl -X POST "https://example.com/api/sessions/string/files/release-all" \ -H "Content-Type: application/json" \ -d '{}'{
"released": 0
}{
"error": "Session not found"
}