:doc:`EntityResolution <../../entityresolution>` / Client / delete_matching_workflow

************************
delete_matching_workflow
************************



.. py:method:: EntityResolution.Client.delete_matching_workflow(**kwargs)

  

  Deletes the ``MatchingWorkflow`` with a given name. This operation will succeed even if a workflow with the given name does not exist.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeleteMatchingWorkflow>`_  


  **Request Syntax**
  ::

    response = client.delete_matching_workflow(
        workflowName='string'
    )
    
  :type workflowName: string
  :param workflowName: **[REQUIRED]** 

    The name of the workflow to be retrieved.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **message** *(string) --* 

        A successful operation message.

        
  
  **Exceptions**
  
  *   :py:class:`EntityResolution.Client.exceptions.ThrottlingException`

  
  *   :py:class:`EntityResolution.Client.exceptions.InternalServerException`

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

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

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

  