Removes a specific version of a contact flow module
Source:R/connect_operations.R
connect_delete_contact_flow_module_version.RdRemoves a specific version of a contact flow module.
See https://www.paws-r-sdk.com/docs/connect_delete_contact_flow_module_version/ for full documentation.
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.