Omics / Client / delete_reference
delete_reference¶
- Omics.Client.delete_reference(**kwargs)¶
Deletes a reference genome and returns a response with no body if the operation is successful. The read set associated with the reference genome must first be deleted before deleting the reference genome. After the reference genome is deleted, you can delete the reference store using the
DeleteReferenceStore
API operation.For more information, see Deleting HealthOmics reference and sequence stores in the Amazon Web Services HealthOmics User Guide.
See also: AWS API Documentation
Request Syntax
response = client.delete_reference( id='string', referenceStoreId='string' )
- Parameters:
id (string) –
[REQUIRED]
The reference’s ID.
referenceStoreId (string) –
[REQUIRED]
The reference’s store ID.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions