batch_delete_read_set(**kwargs)¶Deletes one or more read sets.
See also: AWS API Documentation
Request Syntax
response = client.batch_delete_read_set(
    ids=[
        'string',
    ],
    sequenceStoreId='string'
)
[REQUIRED]
The read sets' IDs.
[REQUIRED]
The read sets' sequence store ID.
dict
Response Syntax
{
    'errors': [
        {
            'code': 'string',
            'id': 'string',
            'message': 'string'
        },
    ]
}
Response Structure
(dict) --
errors (list) --
Errors returned by individual delete operations.
(dict) --
An error from a batch read set operation.
code (string) --
The error's code.
id (string) --
The error's ID.
message (string) --
The error's message.
Exceptions
Omics.Client.exceptions.InternalServerExceptionOmics.Client.exceptions.ThrottlingExceptionOmics.Client.exceptions.ValidationExceptionOmics.Client.exceptions.ResourceNotFoundExceptionOmics.Client.exceptions.AccessDeniedExceptionOmics.Client.exceptions.RequestTimeoutException