{ "$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." ] } } }