SupplyChain / Client / delete_data_integration_flow
delete_data_integration_flow¶
- 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 - Request Syntax- response = client.delete_data_integration_flow( instanceId='string', name='string' ) - Parameters:
- instanceId (string) – - [REQUIRED] - The Amazon Web Services Supply Chain instance identifier. 
- name (string) – - [REQUIRED] - The name of the DataIntegrationFlow to be deleted. 
 
- Return type:
- 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