archive_played_episodes
Bulk-remove fully-played episodes from your Spotify library. Use dry run to preview the exact changes, then confirm to clean up your episode list.
Instructions
Remove fully-played episodes from your episode library in bulk (checks resume_point.fully_played). Batch DELETE /me/episodes; elicitation >50; dry_run supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max episodes to scan (default 100). | |
| confirm | No | Confirm bulk removal when >50 fully-played episodes found | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |