Batch Disassociate Analytics Data Set
connect_batch_disassociate_analytics_data_set | R Documentation |
This API is in preview release for Amazon Connect and is subject to change¶
Description¶
This API is in preview release for Amazon Connect and is subject to change.
Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call.
Usage¶
Arguments¶
InstanceId
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
DataSetIds
[required] An array of associated dataset identifiers to remove.
TargetAccountId
The identifier of the target account. Use to disassociate a dataset from a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
Value¶
A list with the following syntax:
list(
Deleted = list(
"string"
),
Errors = list(
list(
ErrorCode = "string",
ErrorMessage = "string"
)
)
)