delete_subscribe
Delete a media subscription by subscription ID or media ID (TMDB/Douban). Optionally specify the season when using a media ID.
Instructions
删除订阅。可以通过订阅ID或媒体ID(tmdb/douban)进行删除。
Args:
id_type: ID类型 ("subscribe", "tmdb", "douban")
id_value: 订阅ID 或 媒体ID值 (例如 123)
season: 季号 (可选, 仅当 id_type 为 "tmdb" 或 "douban" 时有效)
Returns:
删除操作的结果信息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | ||
| id_type | Yes | ||
| id_value | Yes |