Omics / Client / delete_reference
delete_reference#
- Omics.Client.delete_reference(**kwargs)#
- Deletes a genome reference. - 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 - Omics.Client.exceptions.InternalServerException
- Omics.Client.exceptions.ThrottlingException
- Omics.Client.exceptions.ValidationException
- Omics.Client.exceptions.ConflictException
- Omics.Client.exceptions.ResourceNotFoundException
- Omics.Client.exceptions.AccessDeniedException
- Omics.Client.exceptions.RequestTimeoutException