Omics / Client / delete_reference_store
delete_reference_store¶
- Omics.Client.delete_reference_store(**kwargs)¶
Deletes a reference store and returns a response with no body if the operation is successful. You can only delete a reference store when it does not contain any reference genomes. To empty a reference store, use
DeleteReference
.For more information about your workflow status, 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_store( id='string' )
- Parameters:
id (string) –
[REQUIRED]
The store’s ID.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions