Skip to content

Disassociate Flow

connect_disassociate_flow R Documentation

Disassociates a connect resource from a flow

Description

Disassociates a connect resource from a flow.

Usage

connect_disassociate_flow(InstanceId, ResourceId, ResourceType)

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.

ResourceId

[required] The identifier of the resource.

ResourceType

[required] A valid resource type.

Value

An empty list.

Request syntax

svc$disassociate_flow(
  InstanceId = "string",
  ResourceId = "string",
  ResourceType = "SMS_PHONE_NUMBER"
)