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