Skip to main content
DELETE
/
tv
/
{series_id}
/
season
/
{season_number}
/
episode
/
{episode_number}
/
rating
Delete Rating
curl --request DELETE \
  --url https://api.themoviedb.org/3/tv/{series_id}/season/{season_number}/episode/{episode_number}/rating \
  --header 'Authorization: Bearer <token>'
{
  "status_code": 1,
  "status_message": "The item/record was deleted successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

series_id
integer
required

The series ID of the tv series

season_number
integer
required

The season number of the tv series

episode_number
integer
required

The episode number of the tv series

Query Parameters

guest_session_id
string

The guest session id of the tv series

session_id
string

The session id of the tv series

Response

200 - application/json

Successful

status_code
integer

Indicates success

status_message
string

Indicates that the action was successful