DELETE
/
3
/
movie
/
{movie_id}
/
rating
curl --request DELETE \
  --url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D/rating
{
  "status_code": 13,
  "status_message": "The item/record was deleted successfully.",
  "success": true
}

Path Parameters

movie_id
string
required

Query Parameters

session_id
string
Example:

"61e841eafdd04aee48066a439469f03f8ef8442b"

Response

200 - application/json

Del Rating

The response is of type object.