Delete Contact Flow Module
connect_delete_contact_flow_module | R Documentation |
Deletes the specified flow module¶
Description¶
Deletes the specified flow module.
Usage¶
connect_delete_contact_flow_module(InstanceId, ContactFlowModuleId)
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. |
ContactFlowModuleId |
[required] The identifier of the flow module. |
Value¶
An empty list.
Request syntax¶
svc$delete_contact_flow_module(
InstanceId = "string",
ContactFlowModuleId = "string"
)