Delete Integration
customerprofiles_delete_integration | R Documentation |
Removes an integration from a specific domain¶
Description¶
Removes an integration from a specific domain.
Usage¶
customerprofiles_delete_integration(DomainName, Uri)
Arguments¶
DomainName |
[required] The unique name of the domain. |
Uri |
[required] The URI of the S3 bucket or any other type of data source. |
Value¶
A list with the following syntax:
list(
Message = "string"
)
Request syntax¶
svc$delete_integration(
DomainName = "string",
Uri = "string"
)