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