AppIntegrationsService / Client / delete_data_integration
delete_data_integration¶
- AppIntegrationsService.Client.delete_data_integration(**kwargs)¶
- 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. - Note- 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. - See also: AWS API Documentation - Request Syntax- response = client.delete_data_integration( DataIntegrationIdentifier='string' ) - Parameters:
- DataIntegrationIdentifier (string) – - [REQUIRED] - A unique identifier for the DataIntegration. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- AppIntegrationsService.Client.exceptions.InternalServiceError
- AppIntegrationsService.Client.exceptions.ThrottlingException
- AppIntegrationsService.Client.exceptions.ResourceNotFoundException
- AppIntegrationsService.Client.exceptions.InvalidRequestException
- AppIntegrationsService.Client.exceptions.AccessDeniedException