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
# Caption Delete Command
Delete captions of a video by ids.
## Usage
```bash
yutu caption delete [flags]
```
## Flags
| Flag | Shorthand | Description |
|------|-----------|-------------|
| `--ids` | `-i` | IDs of the captions to delete |
| `--onBehalfOf` | `-b` | |
| `--onBehalfOfContentOwner` | `-B` | |
## Examples
```bash
# Delete a caption
yutu caption delete --ids CAPTION_ID
```