batch_delete(**kwargs)¶Starts delete of resources.
See also: AWS API Documentation
Request Syntax
response = client.batch_delete(
    ChannelIds=[
        'string',
    ],
    InputIds=[
        'string',
    ],
    InputSecurityGroupIds=[
        'string',
    ],
    MultiplexIds=[
        'string',
    ]
)
List of channel IDs
List of input IDs
List of input security group IDs
List of multiplex IDs
dict
Response Syntax
{
    'Failed': [
        {
            'Arn': 'string',
            'Code': 'string',
            'Id': 'string',
            'Message': 'string'
        },
    ],
    'Successful': [
        {
            'Arn': 'string',
            'Id': 'string',
            'State': 'string'
        },
    ]
}
Response Structure
Exceptions
MediaLive.Client.exceptions.BadRequestExceptionMediaLive.Client.exceptions.InternalServerErrorExceptionMediaLive.Client.exceptions.ForbiddenExceptionMediaLive.Client.exceptions.BadGatewayExceptionMediaLive.Client.exceptions.NotFoundExceptionMediaLive.Client.exceptions.GatewayTimeoutExceptionMediaLive.Client.exceptions.TooManyRequestsExceptionMediaLive.Client.exceptions.ConflictException