deleteDataIntegrationFlow

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

Samples

// Successful DeleteDataIntegrationFlow
val resp = supplyChainClient.deleteDataIntegrationFlow {
    instanceId = "8850c54e-e187-4fa7-89d4-6370f165174d"
    name = "testStagingFlow"
}