{
"status_code": 13,
"status_message": "The item/record was deleted successfully.",
"success": true
}
This endpoint allows you to delete a TV show you rated.
{
"status_code": 13,
"status_message": "The item/record was deleted successfully.",
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Delete Ratings
The response is of type object
.