:doc:`Glue <../../glue>` / Client / delete_workflow

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



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

  

  Deletes a workflow.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteWorkflow>`_  


  **Request Syntax**
  ::

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

    Name of the workflow to be deleted.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **Name** *(string) --* 

        Name of the workflow specified in input.

        
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  
  *   :py:class:`Glue.Client.exceptions.ConcurrentModificationException`

  