:doc:`SupplyChain <../../supplychain>` / Client / delete_data_integration_flow

****************************
delete_data_integration_flow
****************************



.. py:method:: SupplyChain.Client.delete_data_integration_flow(**kwargs)

  

  Enable you to programmatically delete an existing data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/supplychain-2024-01-01/DeleteDataIntegrationFlow>`_  


  **Request Syntax**
  ::

    response = client.delete_data_integration_flow(
        instanceId='string',
        name='string'
    )
    
  :type instanceId: string
  :param instanceId: **[REQUIRED]** 

    The Amazon Web Services Supply Chain instance identifier.

    

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

    The name of the DataIntegrationFlow to be deleted.

    

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

    
    ::

      {
          'instanceId': 'string',
          'name': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      The response parameters for DeleteDataIntegrationFlow.

      
      

      - **instanceId** *(string) --* 

        The Amazon Web Services Supply Chain instance identifier.

        
      

      - **name** *(string) --* 

        The name of the DataIntegrationFlow deleted.

        
  
  **Exceptions**
  
  *   :py:class:`SupplyChain.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`SupplyChain.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`SupplyChain.Client.exceptions.ThrottlingException`

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

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

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

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

  