Removes a history item from the history list by its media ID. The item is identified by its media ID (DiscovrID with MV_ or TV_ prefix). TV Shows: For TV shows,Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
season query parameter is required. episode is optional - when omitted, deletes the season default entry (entry without episode). When episode is provided, deletes entries matching that specific episode.
Overriding Season Defaults:
To unmark an episode that was completed via a season default entry, you have two options:
- Delete the season default entry (by omitting
episodeparameter) - this will affect all episodes in the season that were completed via the default. - Create an explicit episode entry with
progress < 80%using theaddHistoryItemendpoint - this overrides the season default for that specific episode without affecting others.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| mediaId | string | Yes | The DiscovrID (TV_<tmdbId> or MV_<tmdbId>) of the media item to delete |
| season | integer | No | Season number (required for TV shows only, must be provided when mediaId starts with TV_) |
| episode | integer | No | Episode number (optional for TV shows, only valid when mediaId starts with TV_). When omitted, deletes the season default entry. |
Returns
SuccessMessage — Item deleted successfully
View response structure
View response structure