Adds a media item to the disliked list for a specific profile.
Exclusive Lists:
The liked, disliked, and super_liked lists are mutually exclusive. Adding an item to the disliked list will automatically remove it from the liked and super_liked lists if it exists there.
Note: If the item already exists in the disliked list, the operation will return a success response without creating a duplicate.
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.
Bearer token authentication.
/profiles, /auth/session-token,
/auth/session) accept a long-lived refresh token
(rt_<hex>)./pages/*, /profile/*) accept a
short-lived session JWT.SDK clients use two typed API accessors (identityApi() with the
refresh token vs sessionApi() with the session JWT) — see the SDK
DiscovrAuth helper.
Format: Authorization: Bearer {token}
The media ID with prefix (MV_TMDBID for movies, TV_TMDBID for TV shows)
"MV_TMDBID550"