I'm currently using the API for an iPhone app I'm developing. An overview there Mooviz
I'm having a problem deleting a movie from favorites. I can add it but I can't remove it. I use the call below :
POST https://api.themoviedb.org/3/account/19479604/favorite?api_key=##API_KEY##&session_id=##SESSION_ID##
With the body:
{ "media_type" : "movie", "media_id" : 726209, "favorite": false }
I have the response below:
{ "success": true, "status_code": 12, "status_message": "The item/record was updated successfully." }
But the movie has not been removed from favorites ... Is there a bug in the API ? Thanks for your help.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de ticao2 🇧🇷 pt-BR
le 10 décembre 2023 à 09h45
I am not a TOKEN user.
But I think maybe you need to use v4 and not v3.
Remove Items
https://developer.themoviedb.org/v4/reference/list-remove-items
Réponse de Chris
le 10 décembre 2023 à 10h33
Thank you but this method concerns the lists that we have created and not the list of favorites...
Réponse de Chris
le 12 décembre 2023 à 05h46
Does anyone have an explanation please?
Réponse de El_Coloniser
le 14 juillet 2024 Ă 00h12
I don't know what causes this, but I found you can remove an item from favourites if you try it from the items unique overview page rather than any personal list or favourites page.
Réponse de Travis Bell
le 16 juillet 2024 Ă 11h11
Hi guys,
I'm not having any trouble using this code (as an example) to remove items from my favourite list:
I am getting the correct response: