:doc:`SageMaker <../../sagemaker>` / Client / delete_flow_definition

**********************
delete_flow_definition
**********************



.. py:method:: SageMaker.Client.delete_flow_definition(**kwargs)

  

  Deletes the specified flow definition.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteFlowDefinition>`_  


  **Request Syntax**
  ::

    response = client.delete_flow_definition(
        FlowDefinitionName='string'
    )
    
  :type FlowDefinitionName: string
  :param FlowDefinitionName: **[REQUIRED]** 

    The name of the flow definition you are deleting.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  
  *   :py:class:`SageMaker.Client.exceptions.ResourceInUse`

  