Skip to main content
DELETE
/
tv
/
{series_id}
/
rating
Delete Rating
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"
}

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

Query Parameters

guest_session_id
string

The guest session ID of the tv

session_id
string

The session ID of the tv

Response

200 - application/json

Successful

status_code
integer

Indicates success

status_message
string

Indicates that the action was success