TV SERIES
cURL
curl --request DELETE \ --url https://api.themoviedb.org/3/tv/{series_id}/rating \ --header 'Authorization: Bearer <token>'
{ "status_code": 13, "status_message": "The item/record was deleted successfully.", "success": true }
This endpoint delete user’s rating from a TV show.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a uniques identifier for a tv serie
Delete Rating
The response is of type object.
object