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

****************
delete_run_group
****************



.. py:method:: Omics.Client.delete_run_group(**kwargs)

  

  Deletes a run group and returns a response with no body if the operation is successful.

   

  To verify that the run group is deleted:

   

  
  * Use ``ListRunGroups`` to confirm the workflow no longer appears in the list.
   
  * Use ``GetRunGroup`` to verify the workflow cannot be found.
  

  

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


  **Request Syntax**
  ::

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

    The run group's ID.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Omics.Client.exceptions.InternalServerException`

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

  
  *   :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`

  