When first using the Remove like on a list endpoint, then fetching a user’s likes with Get likes, the response body still contains the previously unliked list even though the first request returns 204.
Example:
DELETE https://api.trakt.tv/users/donxy/lists/marvel-cinematic-universe/like (authentication provided) -> 204
GET https://api.trakt.tv/users/me/likes/list?page=1&limit=100 (authentication provided) -> previous list still there
At first I thought I was misusing the Remove like on a list endpoint and the user’s slug should be the one who liked the list, but when I tried that, it returned 404 so I guess it’s more of an API issue… 😅
When first using the Remove like on a list endpoint, then fetching a user’s likes with Get likes, the response body still contains the previously unliked list even though the first request returns 204.
Example:
At first I thought I was misusing the Remove like on a list endpoint and the user’s slug should be the one who liked the list, but when I tried that, it returned 404 so I guess it’s more of an API issue… 😅