The Movie Database · Schema

AuthenticationDeleteSessionResponse

TMDB Authentication — Delete Session (200 payload).

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Properties

Name Type Description
success boolean
View JSON Schema on GitHub

JSON Schema

tmdb-api-authentication-delete-session-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-schema/tmdb-api-authentication-delete-session-response-schema.json",
  "title": "AuthenticationDeleteSessionResponse",
  "description": "TMDB Authentication \u2014 Delete Session (200 payload).",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "examples": [
        true
      ],
      "default": true
    }
  }
}