Delete Contact Flow Module Alias
| connect_delete_contact_flow_module_alias | R Documentation |
Removes an alias reference, breaking the named connection to the underlying module version without affecting the version itself¶
Description¶
Removes an alias reference, breaking the named connection to the underlying module version without affecting the version itself.
Usage¶
connect_delete_contact_flow_module_alias(InstanceId,
ContactFlowModuleId, AliasId)
Arguments¶
InstanceId |
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
ContactFlowModuleId |
[required] The identifier of the flow module. |
AliasId |
[required] The identifier of the alias. |
Value¶
An empty list.
Request syntax¶
svc$delete_contact_flow_module_alias(
InstanceId = "string",
ContactFlowModuleId = "string",
AliasId = "string"
)