DELETE
/
3
/
tv
/
{series_id}
/
rating
{
  "status_code": 13,
  "status_message": "The item/record was deleted successfully.",
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

series_id
string
required

This represents the series ID. Get it here

Response

200 - application/json

Delete Ratings

status_code
number
Example:

13

status_message
string
Example:

"The item/record was deleted successfully."

success
boolean
Example:

true