CustomerProfiles.Client.delete_integration(**kwargs)¶Removes an integration from a specific domain.
See also: AWS API Documentation
Request Syntax
response = client.delete_integration(
DomainName='string',
Uri='string'
)
[REQUIRED]
The unique name of the domain.
[REQUIRED]
The URI of the S3 bucket or any other type of data source.
dict
Response Syntax
{
'Message': 'string'
}
Response Structure
(dict) --
Message (string) --
A message that indicates the delete request is done.
Exceptions
CustomerProfiles.Client.exceptions.BadRequestExceptionCustomerProfiles.Client.exceptions.ResourceNotFoundExceptionCustomerProfiles.Client.exceptions.AccessDeniedExceptionCustomerProfiles.Client.exceptions.ThrottlingExceptionCustomerProfiles.Client.exceptions.InternalServerException