HealthImaging / Client / delete_datastore
delete_datastore#
- HealthImaging.Client.delete_datastore(**kwargs)#
- Delete a data store. - Note- Before a data store can be deleted, you must first delete all image sets within it. - See also: AWS API Documentation - Request Syntax- response = client.delete_datastore( datastoreId='string' ) - Parameters:
- datastoreId (string) – - [REQUIRED] - The data store identifier. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'datastoreId': 'string', 'datastoreStatus': 'CREATING'|'CREATE_FAILED'|'ACTIVE'|'DELETING'|'DELETED' } - Response Structure- (dict) – - datastoreId (string) – - The data store identifier. 
- datastoreStatus (string) – - The data store status. 
 
 
 - Exceptions- HealthImaging.Client.exceptions.ThrottlingException
- HealthImaging.Client.exceptions.ConflictException
- HealthImaging.Client.exceptions.AccessDeniedException
- HealthImaging.Client.exceptions.ValidationException
- HealthImaging.Client.exceptions.InternalServerException
- HealthImaging.Client.exceptions.ResourceNotFoundException