The Movie Database · JSON Structure

Tmdb Api Tv Episode Delete Rating Response Structure

TMDB TV Series — Delete Rating (200 payload).

Type: object Properties: 2
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

TvEpisodeDeleteRatingResponse is a JSON Structure definition published by The Movie Database, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status_code status_message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-structure/tmdb-api-tv-episode-delete-rating-response-structure.json",
  "name": "TvEpisodeDeleteRatingResponse",
  "description": "TMDB TV Series \u2014 Delete Rating (200 payload).",
  "type": "object",
  "properties": {
    "status_code": {
      "type": "int32",
      "examples": [
        13
      ],
      "default": 0
    },
    "status_message": {
      "type": "string",
      "examples": [
        "The item/record was deleted successfully."
      ]
    }
  }
}