Delete Items
Use this API to delete items
| Path Parameters |
|---|
driveId string — REQUIRED |
| Request Body — REQUIRED |
|---|
itemIds string[]List of items to be deleted in the specified drive. |
deletePermanently booleanIf true, the items will be permanently deleted. If false, the items will be moved to the trash. Default is false. |
| Responses | ||
|---|---|---|
200Returns the deleted items
|