cURL
curl --request DELETE \ --url https://api.themoviedb.org/3/movie/{movie_id}/rating \ --header 'Authorization: Bearer <token>'
{ "status_code": 13, "status_message": "The item/record was deleted successfully" }
This endpoint delete a user rating.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the movie
The guest session ID
The session ID for user authentication
Successful
Indicates success
Indicates that the action was success