Delete your rating on a TV episode.
curl --request DELETE \ --url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/season/%7B{season_number}%7D/episode/%7B{episode_number}%7D/rating
{ "status_code": 13, "status_message": "The item/record was deleted successfully.", "success": true }
"99f5fe8d04188f32c8fe2092c365a3f85cb3e376"
Del Rating
The response is of type object.
object