{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-structure/tmdb-api-list-delete-response-structure.json", "name": "ListDeleteResponse", "description": "TMDB Lists \u2014 Delete (200 payload).", "type": "object", "properties": { "status_code": { "type": "int32", "examples": [ 12 ], "default": 0 }, "status_message": { "type": "string", "examples": [ "The item/record was updated successfully." ] } } }