Omics / Client / delete_variant_store
delete_variant_store¶
- Omics.Client.delete_variant_store(**kwargs)¶
- Warning- Amazon Web Services HealthOmics variant stores and annotation stores will no longer be open to new customers starting November 7, 2025. If you would like to use variant stores or annotation stores, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services HealthOmics variant store and annotation store availability change. - Deletes a variant store. - See also: AWS API Documentation - Request Syntax- response = client.delete_variant_store( name='string', force=True|False ) - Parameters:
- name (string) – - [REQUIRED] - The store’s name. 
- force (boolean) – Whether to force deletion. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'status': 'CREATING'|'UPDATING'|'DELETING'|'ACTIVE'|'FAILED' } - Response Structure- (dict) – - status (string) – - The store’s status. 
 
 
 - 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