:doc:`HealthLake <../../healthlake>` / Client / delete_fhir_datastore

*********************
delete_fhir_datastore
*********************



.. py:method:: HealthLake.Client.delete_fhir_datastore(**kwargs)

  

  Delete a FHIR-enabled data store.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DeleteFHIRDatastore>`_  


  **Request Syntax**
  ::

    response = client.delete_fhir_datastore(
        DatastoreId='string'
    )
    
  :type DatastoreId: string
  :param DatastoreId: **[REQUIRED]** 

    The AWS-generated identifier for the data store to be deleted.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'DatastoreId': 'string',
          'DatastoreArn': 'string',
          'DatastoreStatus': 'CREATING'|'ACTIVE'|'DELETING'|'DELETED'|'CREATE_FAILED',
          'DatastoreEndpoint': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **DatastoreId** *(string) --* 

        The AWS-generated ID for the deleted data store.

        
      

      - **DatastoreArn** *(string) --* 

        The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.

        
      

      - **DatastoreStatus** *(string) --* 

        The data store status.

        
      

      - **DatastoreEndpoint** *(string) --* 

        The AWS endpoint of the data store to be deleted.

        
  
  **Exceptions**
  
  *   :py:class:`HealthLake.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`HealthLake.Client.exceptions.ConflictException`

  
  *   :py:class:`HealthLake.Client.exceptions.ValidationException`

  
  *   :py:class:`HealthLake.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`HealthLake.Client.exceptions.ThrottlingException`

  
  *   :py:class:`HealthLake.Client.exceptions.InternalServerException`

  