We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eat-pray-ai/yutu'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Comment Delete Command
Delete YouTube comments by ids.
## Usage
```bash
yutu comment delete [flags]
```
## Flags
| Flag | Shorthand | Description |
|------|-----------|-------------|
| `--ids` | `-i` | IDs of comments |
## Examples
```bash
# Delete a comment
yutu comment delete --ids COMMENT_ID
```