A list of schedule actions to delete.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-batch-schedule-action-delete-request-schema.json", "title": "BatchScheduleActionDeleteRequest", "description": "A list of schedule actions to delete.", "type": "object", "properties": { "ActionNames": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "actionNames" }, "description": "A list of schedule actions to delete." } ] } }, "required": [ "ActionNames" ] }