/folder_locks/{folder_lock_id}Delete folder lock
Deletes a folder lock on a given folder.
You must be authenticated as the owner or co-owner of the folder to use this endpoint.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
A 403 is returned: Returns an error if the user does not have the required access to perform the action.
-
access_denied_insufficient_permissions: Returned when the user does not have access to the folder. -
insufficient_scope: Returned an error if the application does not have the right scope to delete folders. Make sure your application has been configured to read and write all files and folders stored in Box. A 404 is returned: Returns an error if the folder could not be found, or the authenticated user does not have access to the folder. -
not_foundwhen the authenticated user does not have access to the folder. Any other status is an error: An unexpected client error.