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