<!-- Generated by box-gantry. DO NOT EDIT. -->
# FolderLocksManager
Reach these methods through the `folder_locks` field on `client::Client`.
## list
`GET /folder_locks`
| Parameter | In | Type | Required |
|---|---|---|---|
| `folder_id` | query | `String` | yes |
**Returns:** `FolderLocks`
## create
`POST /folder_locks`
**Request body** (`application/json`): `FolderLockCreateRequest`
**Returns:** `FolderLock`
## delete
`DELETE /folder_locks/{folder_lock_id}`
| Parameter | In | Type | Required |
|---|---|---|---|
| `folder_lock_id` | path | `String` | yes |
**Returns:** no content