Omics.Client.
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.InternalServerException
Omics.Client.exceptions.ThrottlingException
Omics.Client.exceptions.ValidationException
Omics.Client.exceptions.ResourceNotFoundException
Omics.Client.exceptions.AccessDeniedException
Omics.Client.exceptions.RequestTimeoutException