deleteDataIntegration
inline suspend fun AppIntegrationsClient.deleteDataIntegration(crossinline block: DeleteDataIntegrationRequest.Builder.() -> Unit): DeleteDataIntegrationResponse
Deletes the DataIntegration. Only DataIntegrations that don't have any DataIntegrationAssociations can be deleted. Deleting a DataIntegration also deletes the underlying Amazon AppFlow flow and service linked role.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.