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

***********************
delete_workflow_version
***********************



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

  

  Deletes a workflow version. Deleting a workflow version doesn't affect any ongoing runs that are using the workflow version.

   

  For more information, see `Workflow versioning in Amazon Web Services HealthOmics <https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.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/DeleteWorkflowVersion>`_  


  **Request Syntax**
  ::

    response = client.delete_workflow_version(
        workflowId='string',
        versionName='string'
    )
    
  :type workflowId: string
  :param workflowId: **[REQUIRED]** 

    The workflow's ID.

    

  
  :type versionName: string
  :param versionName: **[REQUIRED]** 

    The workflow version name.

    

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

  