The Movie Database · JSON Structure

Tmdb Api Authentication Delete Session Response Structure

TMDB Authentication — Delete Session (200 payload).

Type: object Properties: 1
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Properties

success

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-authentication-delete-session-response-structure.json",
  "name": "AuthenticationDeleteSessionResponse",
  "description": "TMDB Authentication \u2014 Delete Session (200 payload).",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "examples": [
        true
      ],
      "default": true
    }
  }
}