Delete Contact Flow Module Version
| connect_delete_contact_flow_module_version | R Documentation |
Removes a specific version of a contact flow module¶
Description¶
Removes a specific version of a contact flow module.
Usage¶
connect_delete_contact_flow_module_version(InstanceId,
ContactFlowModuleId, ContactFlowModuleVersion)
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. |
ContactFlowModuleVersion |
[required] The version of the flow module to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_contact_flow_module_version(
InstanceId = "string",
ContactFlowModuleId = "string",
ContactFlowModuleVersion = 123
)