:doc:`Omics <../../omics>` / Client / delete_reference_store

**********************
delete_reference_store
**********************



.. py:method:: 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 <https://docs.aws.amazon.com/omics/latest/dev/deleting-reference-and-sequence-stores.html>`__ in the *Amazon Web Services HealthOmics User Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteReferenceStore>`_  


  **Request Syntax**
  ::

    response = client.delete_reference_store(
        id='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The store's ID.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Omics.Client.exceptions.InternalServerException`

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

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

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

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

  
  *   :py:class:`Omics.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Omics.Client.exceptions.RequestTimeoutException`

  