:doc:`imagebuilder <../../imagebuilder>` / Client / delete_workflow

***************
delete_workflow
***************



.. py:method:: imagebuilder.Client.delete_workflow(**kwargs)

  

  Deletes a specific workflow resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DeleteWorkflow>`_  


  **Request Syntax**
  ::

    response = client.delete_workflow(
        workflowBuildVersionArn='string'
    )
    
  :type workflowBuildVersionArn: string
  :param workflowBuildVersionArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the workflow resource to delete.

    

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

    
    ::

      {
          'workflowBuildVersionArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **workflowBuildVersionArn** *(string) --* 

        The Amazon Resource Name (ARN) of the workflow resource that this request deleted.

        
  
  **Exceptions**
  
  *   :py:class:`imagebuilder.Client.exceptions.ServiceException`

  
  *   :py:class:`imagebuilder.Client.exceptions.ClientException`

  
  *   :py:class:`imagebuilder.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`imagebuilder.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`imagebuilder.Client.exceptions.ForbiddenException`

  
  *   :py:class:`imagebuilder.Client.exceptions.CallRateLimitExceededException`

  
  *   :py:class:`imagebuilder.Client.exceptions.ResourceDependencyException`

  