Delete a video by ID.
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: video-delete
description: Delete a video by ID.
---
# Video Delete
This skill provides instructions for deleting YouTube videos using the `yutu` CLI.
## Usage
```bash
yutu video delete [flags]
```
## Options
- `--ids`, `-i`: IDs of the videos to delete.
## Examples
**Delete a video:**
```bash
yutu video delete --ids VIDEO_ID
```
No comments yet. Be the first to comment!