remove_videos_from_folder
Remove videos from a Vimeo folder to unfile them back to the main library, or permanently delete them with confirmation.
Instructions
Remove videos from a folder in one call. By default the videos are unfiled and return to the main library, not deleted. Setting delete_videos_too destroys them permanently, which is why it needs its own confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Only needed when delete_videos_too is true. | |
| folder_id | Yes | Folder id. | |
| video_ids | Yes | Video ids to remove. | |
| delete_videos_too | No | Permanently delete these videos instead of just unfiling them. Off by default and cannot be undone. |