Box CLI v3.7.0 released
v3.7.0
Box Java SDK v4.0.0 released
v4.0.0
Box Windows SDK v5.1.0 released
v5.1.0
To remove a lock applied to a folder in Box, call the DELETE /folder_locks/:id API with the id of the folder lock.
DELETE /folder_locks/:id
When using any folder lock API endpoints, you must be authenticated as the owner/co-owner of the folder you are trying to access.
curl -i -X DELETE "https://api.box.com/2.0/folder_locks/93134" \ -H "Authorization: Bearer <ACCESS_TOKEN>"
To delete a folder lock you must supply the folder lock ID to the API. A folder lock ID is supplied in the response when creating a folder lock, or when listing locks on a given folder.