Connect / Client / disassociate_analytics_data_set

disassociate_analytics_data_set#

Connect.Client.disassociate_analytics_data_set(**kwargs)#

This API is in preview release for Amazon Connect and is subject to change.

Removes the dataset ID associated with a given Amazon Connect instance.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_analytics_data_set(
    InstanceId='string',
    DataSetId='string',
    TargetAccountId='string'
)
Parameters:
  • InstanceId (string) –

    [REQUIRED]

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

  • DataSetId (string) –

    [REQUIRED]

    The identifier of the dataset to remove.

  • TargetAccountId (string) – The identifier of the target account. Use to associate a dataset to 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.

Returns:

None

Exceptions