create_shows_by_id_progress_watched_reset
Reset a show's watched progress by sending its ID/slug with a request body. This clears the show's progress tracking, allowing you to manage or restart viewing history in Trakt.
Instructions
Reset show progress.
POST /shows/{id}/progress/watched/reset
Args: id: The id/slug of the resource. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |