cURL
curl --request POST \ --url 'https://api.themoviedb.org/3/list/{{list_id}}/remove_item' \ --header 'Content-Type: application/json' \ --data ' { "media_id": 558449 } '
{ "status_code": 13, "status_message": "The item/record was deleted successfully.", "success": true }
Remove a movie from a list.
"596cf761bccb080266249540bcdc13a0ea708109"
558449
Movie
13
"The item/record was deleted successfully."
true