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
# Subscription Delete Command
Delete a YouTube subscriptions by ids.
## Usage
```bash
yutu subscription delete [flags]
```
## Flags
| Flag | Shorthand | Description |
|------|-----------|-------------|
| `--ids` | `-i` | IDs of the subscriptions to delete |
## Examples
```bash
# Unsubscribe (delete subscription)
yutu subscription delete --ids SUBSCRIPTION_ID
```